Class TabletClientService.update_args
- java.lang.Object
-
- org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TabletClientService.update_args>,org.apache.thrift.TBase<TabletClientService.update_args,TabletClientService.update_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- TabletClientService
public static class TabletClientService.update_args extends Object implements org.apache.thrift.TBase<TabletClientService.update_args,TabletClientService.update_args._Fields>, Serializable, Cloneable, Comparable<TabletClientService.update_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabletClientService.update_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description TCredentialscredentialsTDurabilitydurabilityTKeyExtentkeyExtentstatic Map<TabletClientService.update_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTMutationmutationTInfotinfo
-
Constructor Summary
Constructors Constructor Description update_args()update_args(TabletClientService.update_args other)Performs a deep copy on other.update_args(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TabletClientService.update_args other)TabletClientService.update_argsdeepCopy()booleanequals(Object that)booleanequals(TabletClientService.update_args that)TabletClientService.update_args._FieldsfieldForId(int fieldId)TCredentialsgetCredentials()TDurabilitygetDurability()ObjectgetFieldValue(TabletClientService.update_args._Fields field)TKeyExtentgetKeyExtent()TMutationgetMutation()TInfogetTinfo()inthashCode()booleanisSet(TabletClientService.update_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCredentials()Returns true if field credentials is set (has been assigned a value) and false otherwisebooleanisSetDurability()Returns true if field durability is set (has been assigned a value) and false otherwisebooleanisSetKeyExtent()Returns true if field keyExtent is set (has been assigned a value) and false otherwisebooleanisSetMutation()Returns true if field mutation is set (has been assigned a value) and false otherwisebooleanisSetTinfo()Returns true if field tinfo is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TabletClientService.update_argssetCredentials(TCredentials credentials)voidsetCredentialsIsSet(boolean value)TabletClientService.update_argssetDurability(TDurability durability)voidsetDurabilityIsSet(boolean value)voidsetFieldValue(TabletClientService.update_args._Fields field, Object value)TabletClientService.update_argssetKeyExtent(TKeyExtent keyExtent)voidsetKeyExtentIsSet(boolean value)TabletClientService.update_argssetMutation(TMutation mutation)voidsetMutationIsSet(boolean value)TabletClientService.update_argssetTinfo(TInfo tinfo)voidsetTinfoIsSet(boolean value)StringtoString()voidunsetCredentials()voidunsetDurability()voidunsetKeyExtent()voidunsetMutation()voidunsetTinfo()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
tinfo
public TInfo tinfo
-
credentials
public TCredentials credentials
-
keyExtent
public TKeyExtent keyExtent
-
mutation
public TMutation mutation
-
durability
public TDurability durability
- See Also:
TDurability
-
metaDataMap
public static final Map<TabletClientService.update_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
update_args
public update_args()
-
update_args
public update_args(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)
-
update_args
public update_args(TabletClientService.update_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TabletClientService.update_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TabletClientService.update_args,TabletClientService.update_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TabletClientService.update_args,TabletClientService.update_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public TabletClientService.update_args setTinfo(TInfo tinfo)
-
unsetTinfo
public void unsetTinfo()
-
isSetTinfo
public boolean isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwise
-
setTinfoIsSet
public void setTinfoIsSet(boolean value)
-
getCredentials
public TCredentials getCredentials()
-
setCredentials
public TabletClientService.update_args setCredentials(TCredentials credentials)
-
unsetCredentials
public void unsetCredentials()
-
isSetCredentials
public boolean isSetCredentials()
Returns true if field credentials is set (has been assigned a value) and false otherwise
-
setCredentialsIsSet
public void setCredentialsIsSet(boolean value)
-
getKeyExtent
public TKeyExtent getKeyExtent()
-
setKeyExtent
public TabletClientService.update_args setKeyExtent(TKeyExtent keyExtent)
-
unsetKeyExtent
public void unsetKeyExtent()
-
isSetKeyExtent
public boolean isSetKeyExtent()
Returns true if field keyExtent is set (has been assigned a value) and false otherwise
-
setKeyExtentIsSet
public void setKeyExtentIsSet(boolean value)
-
getMutation
public TMutation getMutation()
-
setMutation
public TabletClientService.update_args setMutation(TMutation mutation)
-
unsetMutation
public void unsetMutation()
-
isSetMutation
public boolean isSetMutation()
Returns true if field mutation is set (has been assigned a value) and false otherwise
-
setMutationIsSet
public void setMutationIsSet(boolean value)
-
getDurability
public TDurability getDurability()
- See Also:
TDurability
-
setDurability
public TabletClientService.update_args setDurability(TDurability durability)
- See Also:
TDurability
-
unsetDurability
public void unsetDurability()
-
isSetDurability
public boolean isSetDurability()
Returns true if field durability is set (has been assigned a value) and false otherwise
-
setDurabilityIsSet
public void setDurabilityIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TabletClientService.update_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TabletClientService.update_args,TabletClientService.update_args._Fields>
-
getFieldValue
public Object getFieldValue(TabletClientService.update_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TabletClientService.update_args,TabletClientService.update_args._Fields>
-
isSet
public boolean isSet(TabletClientService.update_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TabletClientService.update_args,TabletClientService.update_args._Fields>
-
equals
public boolean equals(TabletClientService.update_args that)
-
compareTo
public int compareTo(TabletClientService.update_args other)
- Specified by:
compareToin interfaceComparable<TabletClientService.update_args>
-
fieldForId
public TabletClientService.update_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TabletClientService.update_args,TabletClientService.update_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-