Class TabletIngestClientService.update_args
- java.lang.Object
-
- org.apache.accumulo.core.tabletingest.thrift.TabletIngestClientService.update_args
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<TabletIngestClientService.update_args>
,org.apache.thrift.TBase<TabletIngestClientService.update_args,TabletIngestClientService.update_args._Fields>
,org.apache.thrift.TSerializable
- Enclosing class:
- TabletIngestClientService
public static class TabletIngestClientService.update_args extends Object implements org.apache.thrift.TBase<TabletIngestClientService.update_args,TabletIngestClientService.update_args._Fields>, Serializable, Cloneable, Comparable<TabletIngestClientService.update_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TabletIngestClientService.update_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
TKeyExtent
keyExtent
static Map<TabletIngestClientService.update_args._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
TMutation
mutation
TInfo
tinfo
-
Constructor Summary
Constructors Constructor Description update_args()
update_args(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)
update_args(TabletIngestClientService.update_args other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(TabletIngestClientService.update_args other)
TabletIngestClientService.update_args
deepCopy()
boolean
equals(Object that)
boolean
equals(TabletIngestClientService.update_args that)
TabletIngestClientService.update_args._Fields
fieldForId(int fieldId)
TCredentials
getCredentials()
TDurability
getDurability()
Object
getFieldValue(TabletIngestClientService.update_args._Fields field)
TKeyExtent
getKeyExtent()
TMutation
getMutation()
TInfo
getTinfo()
int
hashCode()
boolean
isSet(TabletIngestClientService.update_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetCredentials()
Returns true if field credentials is set (has been assigned a value) and false otherwiseboolean
isSetDurability()
Returns true if field durability is set (has been assigned a value) and false otherwiseboolean
isSetKeyExtent()
Returns true if field keyExtent is set (has been assigned a value) and false otherwiseboolean
isSetMutation()
Returns true if field mutation is set (has been assigned a value) and false otherwiseboolean
isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
TabletIngestClientService.update_args
setCredentials(TCredentials credentials)
void
setCredentialsIsSet(boolean value)
TabletIngestClientService.update_args
setDurability(TDurability durability)
void
setDurabilityIsSet(boolean value)
void
setFieldValue(TabletIngestClientService.update_args._Fields field, Object value)
TabletIngestClientService.update_args
setKeyExtent(TKeyExtent keyExtent)
void
setKeyExtentIsSet(boolean value)
TabletIngestClientService.update_args
setMutation(TMutation mutation)
void
setMutationIsSet(boolean value)
TabletIngestClientService.update_args
setTinfo(TInfo tinfo)
void
setTinfoIsSet(boolean value)
String
toString()
void
unsetCredentials()
void
unsetDurability()
void
unsetKeyExtent()
void
unsetMutation()
void
unsetTinfo()
void
validate()
void
write(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<TabletIngestClientService.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(TabletIngestClientService.update_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TabletIngestClientService.update_args deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.update_args,TabletIngestClientService.update_args._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.update_args,TabletIngestClientService.update_args._Fields>
-
getTinfo
public TInfo getTinfo()
-
setTinfo
public TabletIngestClientService.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 TabletIngestClientService.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 TabletIngestClientService.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 TabletIngestClientService.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 TabletIngestClientService.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(TabletIngestClientService.update_args._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.update_args,TabletIngestClientService.update_args._Fields>
-
getFieldValue
public Object getFieldValue(TabletIngestClientService.update_args._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.update_args,TabletIngestClientService.update_args._Fields>
-
isSet
public boolean isSet(TabletIngestClientService.update_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.update_args,TabletIngestClientService.update_args._Fields>
-
equals
public boolean equals(TabletIngestClientService.update_args that)
-
compareTo
public int compareTo(TabletIngestClientService.update_args other)
- Specified by:
compareTo
in interfaceComparable<TabletIngestClientService.update_args>
-
fieldForId
public TabletIngestClientService.update_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<TabletIngestClientService.update_args,TabletIngestClientService.update_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
-
-