Class TabletIngestClientService.startUpdate_args
- java.lang.Object
-
- org.apache.accumulo.core.tabletingest.thrift.TabletIngestClientService.startUpdate_args
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<TabletIngestClientService.startUpdate_args>
,org.apache.thrift.TBase<TabletIngestClientService.startUpdate_args,TabletIngestClientService.startUpdate_args._Fields>
,org.apache.thrift.TSerializable
- Enclosing class:
- TabletIngestClientService
public static class TabletIngestClientService.startUpdate_args extends Object implements org.apache.thrift.TBase<TabletIngestClientService.startUpdate_args,TabletIngestClientService.startUpdate_args._Fields>, Serializable, Cloneable, Comparable<TabletIngestClientService.startUpdate_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TabletIngestClientService.startUpdate_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 TCredentials
credentials
TDurability
durability
static Map<TabletIngestClientService.startUpdate_args._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
TInfo
tinfo
-
Constructor Summary
Constructors Constructor Description startUpdate_args()
startUpdate_args(TInfo tinfo, TCredentials credentials, TDurability durability)
startUpdate_args(TabletIngestClientService.startUpdate_args other)
Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
tinfo
public TInfo tinfo
-
credentials
public TCredentials credentials
-
durability
public TDurability durability
- See Also:
TDurability
-
metaDataMap
public static final Map<TabletIngestClientService.startUpdate_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
startUpdate_args
public startUpdate_args()
-
startUpdate_args
public startUpdate_args(TInfo tinfo, TCredentials credentials, TDurability durability)
-
startUpdate_args
public startUpdate_args(TabletIngestClientService.startUpdate_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TabletIngestClientService.startUpdate_args deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.startUpdate_args,TabletIngestClientService.startUpdate_args._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.startUpdate_args,TabletIngestClientService.startUpdate_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public TabletIngestClientService.startUpdate_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 TabletIngestClientService.startUpdate_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)
-
getDurability
public TDurability getDurability()
- See Also:
TDurability
-
setDurability
public TabletIngestClientService.startUpdate_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(TabletIngestClientService.startUpdate_args._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.startUpdate_args,TabletIngestClientService.startUpdate_args._Fields>
-
getFieldValue
public Object getFieldValue(TabletIngestClientService.startUpdate_args._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.startUpdate_args,TabletIngestClientService.startUpdate_args._Fields>
-
isSet
public boolean isSet(TabletIngestClientService.startUpdate_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.startUpdate_args,TabletIngestClientService.startUpdate_args._Fields>
-
equals
public boolean equals(TabletIngestClientService.startUpdate_args that)
-
compareTo
public int compareTo(TabletIngestClientService.startUpdate_args other)
- Specified by:
compareTo
in interfaceComparable<TabletIngestClientService.startUpdate_args>
-
fieldForId
public TabletIngestClientService.startUpdate_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.startUpdate_args,TabletIngestClientService.startUpdate_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
-
-