Class TabletClientService.applyUpdates_args
- java.lang.Object
-
- org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TabletClientService.applyUpdates_args>,org.apache.thrift.TBase<TabletClientService.applyUpdates_args,TabletClientService.applyUpdates_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- TabletClientService
public static class TabletClientService.applyUpdates_args extends Object implements org.apache.thrift.TBase<TabletClientService.applyUpdates_args,TabletClientService.applyUpdates_args._Fields>, Serializable, Cloneable, Comparable<TabletClientService.applyUpdates_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabletClientService.applyUpdates_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 TKeyExtentkeyExtentstatic Map<TabletClientService.applyUpdates_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapList<TMutation>mutationsTInfotinfolongupdateID
-
Constructor Summary
Constructors Constructor Description applyUpdates_args()applyUpdates_args(TabletClientService.applyUpdates_args other)Performs a deep copy on other.applyUpdates_args(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToMutations(TMutation elem)voidclear()intcompareTo(TabletClientService.applyUpdates_args other)TabletClientService.applyUpdates_argsdeepCopy()booleanequals(Object that)booleanequals(TabletClientService.applyUpdates_args that)TabletClientService.applyUpdates_args._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TabletClientService.applyUpdates_args._Fields field)TKeyExtentgetKeyExtent()List<TMutation>getMutations()Iterator<TMutation>getMutationsIterator()intgetMutationsSize()TInfogetTinfo()longgetUpdateID()inthashCode()booleanisSet(TabletClientService.applyUpdates_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetKeyExtent()Returns true if field keyExtent is set (has been assigned a value) and false otherwisebooleanisSetMutations()Returns true if field mutations is set (has been assigned a value) and false otherwisebooleanisSetTinfo()Returns true if field tinfo is set (has been assigned a value) and false otherwisebooleanisSetUpdateID()Returns true if field updateID is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TabletClientService.applyUpdates_args._Fields field, Object value)TabletClientService.applyUpdates_argssetKeyExtent(TKeyExtent keyExtent)voidsetKeyExtentIsSet(boolean value)TabletClientService.applyUpdates_argssetMutations(List<TMutation> mutations)voidsetMutationsIsSet(boolean value)TabletClientService.applyUpdates_argssetTinfo(TInfo tinfo)voidsetTinfoIsSet(boolean value)TabletClientService.applyUpdates_argssetUpdateID(long updateID)voidsetUpdateIDIsSet(boolean value)StringtoString()voidunsetKeyExtent()voidunsetMutations()voidunsetTinfo()voidunsetUpdateID()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
tinfo
public TInfo tinfo
-
updateID
public long updateID
-
keyExtent
public TKeyExtent keyExtent
-
metaDataMap
public static final Map<TabletClientService.applyUpdates_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
applyUpdates_args
public applyUpdates_args()
-
applyUpdates_args
public applyUpdates_args(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
-
applyUpdates_args
public applyUpdates_args(TabletClientService.applyUpdates_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TabletClientService.applyUpdates_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TabletClientService.applyUpdates_args,TabletClientService.applyUpdates_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TabletClientService.applyUpdates_args,TabletClientService.applyUpdates_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public TabletClientService.applyUpdates_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)
-
getUpdateID
public long getUpdateID()
-
setUpdateID
public TabletClientService.applyUpdates_args setUpdateID(long updateID)
-
unsetUpdateID
public void unsetUpdateID()
-
isSetUpdateID
public boolean isSetUpdateID()
Returns true if field updateID is set (has been assigned a value) and false otherwise
-
setUpdateIDIsSet
public void setUpdateIDIsSet(boolean value)
-
getKeyExtent
public TKeyExtent getKeyExtent()
-
setKeyExtent
public TabletClientService.applyUpdates_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)
-
getMutationsSize
public int getMutationsSize()
-
addToMutations
public void addToMutations(TMutation elem)
-
setMutations
public TabletClientService.applyUpdates_args setMutations(List<TMutation> mutations)
-
unsetMutations
public void unsetMutations()
-
isSetMutations
public boolean isSetMutations()
Returns true if field mutations is set (has been assigned a value) and false otherwise
-
setMutationsIsSet
public void setMutationsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TabletClientService.applyUpdates_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TabletClientService.applyUpdates_args,TabletClientService.applyUpdates_args._Fields>
-
getFieldValue
public Object getFieldValue(TabletClientService.applyUpdates_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TabletClientService.applyUpdates_args,TabletClientService.applyUpdates_args._Fields>
-
isSet
public boolean isSet(TabletClientService.applyUpdates_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.applyUpdates_args,TabletClientService.applyUpdates_args._Fields>
-
equals
public boolean equals(TabletClientService.applyUpdates_args that)
-
compareTo
public int compareTo(TabletClientService.applyUpdates_args other)
- Specified by:
compareToin interfaceComparable<TabletClientService.applyUpdates_args>
-
fieldForId
public TabletClientService.applyUpdates_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TabletClientService.applyUpdates_args,TabletClientService.applyUpdates_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
-
-