|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.tabletserver.thrift.MutationLogger.logManyTablets_args
public static class MutationLogger.logManyTablets_args
| Nested Class Summary | |
|---|---|
static class |
MutationLogger.logManyTablets_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
long |
id
|
static Map<MutationLogger.logManyTablets_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
List<TabletMutations> |
mutations
|
TInfo |
tinfo
|
| Constructor Summary | |
|---|---|
MutationLogger.logManyTablets_args()
|
|
MutationLogger.logManyTablets_args(MutationLogger.logManyTablets_args other)
Performs a deep copy on other. |
|
MutationLogger.logManyTablets_args(TInfo tinfo,
long id,
List<TabletMutations> mutations)
|
|
| Method Summary | |
|---|---|
void |
addToMutations(TabletMutations elem)
|
void |
clear()
|
int |
compareTo(MutationLogger.logManyTablets_args other)
|
MutationLogger.logManyTablets_args |
deepCopy()
|
boolean |
equals(MutationLogger.logManyTablets_args that)
|
boolean |
equals(Object that)
|
MutationLogger.logManyTablets_args._Fields |
fieldForId(int fieldId)
|
Object |
getFieldValue(MutationLogger.logManyTablets_args._Fields field)
|
long |
getId()
|
List<TabletMutations> |
getMutations()
|
Iterator<TabletMutations> |
getMutationsIterator()
|
int |
getMutationsSize()
|
TInfo |
getTinfo()
|
int |
hashCode()
|
boolean |
isSet(MutationLogger.logManyTablets_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetId()
Returns true if field id is set (has been assigned a value) and false otherwise |
boolean |
isSetMutations()
Returns true if field mutations is set (has been assigned a value) and false otherwise |
boolean |
isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setFieldValue(MutationLogger.logManyTablets_args._Fields field,
Object value)
|
MutationLogger.logManyTablets_args |
setId(long id)
|
void |
setIdIsSet(boolean value)
|
MutationLogger.logManyTablets_args |
setMutations(List<TabletMutations> mutations)
|
void |
setMutationsIsSet(boolean value)
|
MutationLogger.logManyTablets_args |
setTinfo(TInfo tinfo)
|
void |
setTinfoIsSet(boolean value)
|
String |
toString()
|
void |
unsetId()
|
void |
unsetMutations()
|
void |
unsetTinfo()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public TInfo tinfo
public long id
public List<TabletMutations> mutations
public static final Map<MutationLogger.logManyTablets_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public MutationLogger.logManyTablets_args()
public MutationLogger.logManyTablets_args(TInfo tinfo,
long id,
List<TabletMutations> mutations)
public MutationLogger.logManyTablets_args(MutationLogger.logManyTablets_args other)
| Method Detail |
|---|
public MutationLogger.logManyTablets_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<MutationLogger.logManyTablets_args,MutationLogger.logManyTablets_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<MutationLogger.logManyTablets_args,MutationLogger.logManyTablets_args._Fields>public TInfo getTinfo()
public MutationLogger.logManyTablets_args setTinfo(TInfo tinfo)
public void unsetTinfo()
public boolean isSetTinfo()
public void setTinfoIsSet(boolean value)
public long getId()
public MutationLogger.logManyTablets_args setId(long id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean value)
public int getMutationsSize()
public Iterator<TabletMutations> getMutationsIterator()
public void addToMutations(TabletMutations elem)
public List<TabletMutations> getMutations()
public MutationLogger.logManyTablets_args setMutations(List<TabletMutations> mutations)
public void unsetMutations()
public boolean isSetMutations()
public void setMutationsIsSet(boolean value)
public void setFieldValue(MutationLogger.logManyTablets_args._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<MutationLogger.logManyTablets_args,MutationLogger.logManyTablets_args._Fields>public Object getFieldValue(MutationLogger.logManyTablets_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<MutationLogger.logManyTablets_args,MutationLogger.logManyTablets_args._Fields>public boolean isSet(MutationLogger.logManyTablets_args._Fields field)
isSet in interface org.apache.thrift.TBase<MutationLogger.logManyTablets_args,MutationLogger.logManyTablets_args._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(MutationLogger.logManyTablets_args that)
public int hashCode()
hashCode in class Objectpublic int compareTo(MutationLogger.logManyTablets_args other)
compareTo in interface Comparable<MutationLogger.logManyTablets_args>public MutationLogger.logManyTablets_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<MutationLogger.logManyTablets_args,MutationLogger.logManyTablets_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<MutationLogger.logManyTablets_args,MutationLogger.logManyTablets_args._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<MutationLogger.logManyTablets_args,MutationLogger.logManyTablets_args._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||