Class TabletSplit
- java.lang.Object
-
- org.apache.accumulo.core.master.thrift.TabletSplit
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TabletSplit>,org.apache.thrift.TBase<TabletSplit,TabletSplit._Fields>,org.apache.thrift.TSerializable
public class TabletSplit extends Object implements org.apache.thrift.TBase<TabletSplit,TabletSplit._Fields>, Serializable, Cloneable, Comparable<TabletSplit>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabletSplit._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<TabletSplit._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapList<TKeyExtent>newTabletsTKeyExtentoldTablet
-
Constructor Summary
Constructors Constructor Description TabletSplit()TabletSplit(TKeyExtent oldTablet, List<TKeyExtent> newTablets)TabletSplit(TabletSplit other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToNewTablets(TKeyExtent elem)voidclear()intcompareTo(TabletSplit other)TabletSplitdeepCopy()booleanequals(Object that)booleanequals(TabletSplit that)TabletSplit._FieldsfieldForId(int fieldId)ObjectgetFieldValue(TabletSplit._Fields field)List<TKeyExtent>getNewTablets()Iterator<TKeyExtent>getNewTabletsIterator()intgetNewTabletsSize()TKeyExtentgetOldTablet()inthashCode()booleanisSet(TabletSplit._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetNewTablets()Returns true if field newTablets is set (has been assigned a value) and false otherwisebooleanisSetOldTablet()Returns true if field oldTablet is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(TabletSplit._Fields field, Object value)TabletSplitsetNewTablets(List<TKeyExtent> newTablets)voidsetNewTabletsIsSet(boolean value)TabletSplitsetOldTablet(TKeyExtent oldTablet)voidsetOldTabletIsSet(boolean value)StringtoString()voidunsetNewTablets()voidunsetOldTablet()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
oldTablet
public TKeyExtent oldTablet
-
newTablets
public List<TKeyExtent> newTablets
-
metaDataMap
public static final Map<TabletSplit._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TabletSplit
public TabletSplit()
-
TabletSplit
public TabletSplit(TKeyExtent oldTablet, List<TKeyExtent> newTablets)
-
TabletSplit
public TabletSplit(TabletSplit other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TabletSplit deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TabletSplit,TabletSplit._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TabletSplit,TabletSplit._Fields>
-
getOldTablet
public TKeyExtent getOldTablet()
-
setOldTablet
public TabletSplit setOldTablet(TKeyExtent oldTablet)
-
unsetOldTablet
public void unsetOldTablet()
-
isSetOldTablet
public boolean isSetOldTablet()
Returns true if field oldTablet is set (has been assigned a value) and false otherwise
-
setOldTabletIsSet
public void setOldTabletIsSet(boolean value)
-
getNewTabletsSize
public int getNewTabletsSize()
-
getNewTabletsIterator
public Iterator<TKeyExtent> getNewTabletsIterator()
-
addToNewTablets
public void addToNewTablets(TKeyExtent elem)
-
getNewTablets
public List<TKeyExtent> getNewTablets()
-
setNewTablets
public TabletSplit setNewTablets(List<TKeyExtent> newTablets)
-
unsetNewTablets
public void unsetNewTablets()
-
isSetNewTablets
public boolean isSetNewTablets()
Returns true if field newTablets is set (has been assigned a value) and false otherwise
-
setNewTabletsIsSet
public void setNewTabletsIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TabletSplit._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TabletSplit,TabletSplit._Fields>
-
getFieldValue
public Object getFieldValue(TabletSplit._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TabletSplit,TabletSplit._Fields>
-
isSet
public boolean isSet(TabletSplit._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<TabletSplit,TabletSplit._Fields>
-
equals
public boolean equals(TabletSplit that)
-
compareTo
public int compareTo(TabletSplit other)
- Specified by:
compareToin interfaceComparable<TabletSplit>
-
fieldForId
public TabletSplit._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TabletSplit,TabletSplit._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
-
-