Class TabletIngestClientService.applyUpdates_args
- java.lang.Object
-
- org.apache.accumulo.core.tabletingest.thrift.TabletIngestClientService.applyUpdates_args
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<TabletIngestClientService.applyUpdates_args>
,org.apache.thrift.TBase<TabletIngestClientService.applyUpdates_args,TabletIngestClientService.applyUpdates_args._Fields>
,org.apache.thrift.TSerializable
- Enclosing class:
- TabletIngestClientService
public static class TabletIngestClientService.applyUpdates_args extends Object implements org.apache.thrift.TBase<TabletIngestClientService.applyUpdates_args,TabletIngestClientService.applyUpdates_args._Fields>, Serializable, Cloneable, Comparable<TabletIngestClientService.applyUpdates_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TabletIngestClientService.applyUpdates_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description TKeyExtent
keyExtent
static Map<TabletIngestClientService.applyUpdates_args._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
List<TMutation>
mutations
TInfo
tinfo
long
updateID
-
Constructor Summary
Constructors Constructor Description applyUpdates_args()
applyUpdates_args(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
applyUpdates_args(TabletIngestClientService.applyUpdates_args other)
Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
tinfo
public TInfo tinfo
-
updateID
public long updateID
-
keyExtent
public TKeyExtent keyExtent
-
metaDataMap
public static final Map<TabletIngestClientService.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(TabletIngestClientService.applyUpdates_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TabletIngestClientService.applyUpdates_args deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.applyUpdates_args,TabletIngestClientService.applyUpdates_args._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.applyUpdates_args,TabletIngestClientService.applyUpdates_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public TabletIngestClientService.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 TabletIngestClientService.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 TabletIngestClientService.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 TabletIngestClientService.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(TabletIngestClientService.applyUpdates_args._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.applyUpdates_args,TabletIngestClientService.applyUpdates_args._Fields>
-
getFieldValue
public Object getFieldValue(TabletIngestClientService.applyUpdates_args._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.applyUpdates_args,TabletIngestClientService.applyUpdates_args._Fields>
-
isSet
public boolean isSet(TabletIngestClientService.applyUpdates_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.applyUpdates_args,TabletIngestClientService.applyUpdates_args._Fields>
-
equals
public boolean equals(TabletIngestClientService.applyUpdates_args that)
-
compareTo
public int compareTo(TabletIngestClientService.applyUpdates_args other)
- Specified by:
compareTo
in interfaceComparable<TabletIngestClientService.applyUpdates_args>
-
fieldForId
public TabletIngestClientService.applyUpdates_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.applyUpdates_args,TabletIngestClientService.applyUpdates_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in 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:
write
in interfaceorg.apache.thrift.TSerializable
- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-