public class TableSplitInternal extends Object
| Constructor and Description |
|---|
TableSplitInternal() |
TableSplitInternal(String tabName,
org.ojai.store.QueryCondition c,
String[] locs,
long len) |
TableSplitInternal(TableSplitInternal splitInt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ConditionImpl |
getCondition() |
long |
getLength() |
String[] |
getLocations() |
byte[] |
getStartRow() |
byte[] |
getStopRow() |
String |
getTableName() |
int |
hashCode() |
byte[] |
readField(DataInput in) |
void |
readFields(DataInput in) |
void |
setLocations(String[] locs) |
String |
toString()
Returns the details about this instance as a string.
|
void |
write(DataOutput out) |
public TableSplitInternal()
public TableSplitInternal(TableSplitInternal splitInt)
public String[] getLocations()
public void setLocations(String[] locs)
public ConditionImpl getCondition()
public long getLength()
public byte[] readField(DataInput in) throws IOException
IOExceptionpublic void readFields(DataInput in) throws IOException
IOExceptionpublic void write(DataOutput out) throws IOException
IOExceptionpublic String toString()
toString in class ObjectObject.toString()public String getTableName()
public byte[] getStartRow()
public byte[] getStopRow()
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.