Class TabletClientService.closeUpdate_args
- java.lang.Object
-
- org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TabletClientService.closeUpdate_args>,org.apache.thrift.TBase<TabletClientService.closeUpdate_args,TabletClientService.closeUpdate_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- TabletClientService
public static class TabletClientService.closeUpdate_args extends Object implements org.apache.thrift.TBase<TabletClientService.closeUpdate_args,TabletClientService.closeUpdate_args._Fields>, Serializable, Cloneable, Comparable<TabletClientService.closeUpdate_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabletClientService.closeUpdate_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 static Map<TabletClientService.closeUpdate_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTInfotinfolongupdateID
-
Constructor Summary
Constructors Constructor Description closeUpdate_args()closeUpdate_args(TabletClientService.closeUpdate_args other)Performs a deep copy on other.closeUpdate_args(TInfo tinfo, long updateID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TabletClientService.closeUpdate_args other)TabletClientService.closeUpdate_argsdeepCopy()booleanequals(Object that)booleanequals(TabletClientService.closeUpdate_args that)TabletClientService.closeUpdate_args._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TabletClientService.closeUpdate_args._Fields field)TInfogetTinfo()longgetUpdateID()inthashCode()booleanisSet(TabletClientService.closeUpdate_args._Fields field)Returns true if field corresponding to fieldID 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.closeUpdate_args._Fields field, Object value)TabletClientService.closeUpdate_argssetTinfo(TInfo tinfo)voidsetTinfoIsSet(boolean value)TabletClientService.closeUpdate_argssetUpdateID(long updateID)voidsetUpdateIDIsSet(boolean value)StringtoString()voidunsetTinfo()voidunsetUpdateID()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
tinfo
public TInfo tinfo
-
updateID
public long updateID
-
metaDataMap
public static final Map<TabletClientService.closeUpdate_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
closeUpdate_args
public closeUpdate_args()
-
closeUpdate_args
public closeUpdate_args(TInfo tinfo, long updateID)
-
closeUpdate_args
public closeUpdate_args(TabletClientService.closeUpdate_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TabletClientService.closeUpdate_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TabletClientService.closeUpdate_args,TabletClientService.closeUpdate_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TabletClientService.closeUpdate_args,TabletClientService.closeUpdate_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public TabletClientService.closeUpdate_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.closeUpdate_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)
-
setFieldValue
public void setFieldValue(TabletClientService.closeUpdate_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TabletClientService.closeUpdate_args,TabletClientService.closeUpdate_args._Fields>
-
getFieldValue
public Object getFieldValue(TabletClientService.closeUpdate_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TabletClientService.closeUpdate_args,TabletClientService.closeUpdate_args._Fields>
-
isSet
public boolean isSet(TabletClientService.closeUpdate_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.closeUpdate_args,TabletClientService.closeUpdate_args._Fields>
-
equals
public boolean equals(TabletClientService.closeUpdate_args that)
-
compareTo
public int compareTo(TabletClientService.closeUpdate_args other)
- Specified by:
compareToin interfaceComparable<TabletClientService.closeUpdate_args>
-
fieldForId
public TabletClientService.closeUpdate_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TabletClientService.closeUpdate_args,TabletClientService.closeUpdate_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
-
-