@InterfaceAudience.Public @InterfaceStability.Evolving public class CellCreator extends java.lang.Object
Put type.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VISIBILITY_EXP_RESOLVER_CLASS |
| Constructor and Description |
|---|
CellCreator(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
Cell |
create(byte[] row,
int roffset,
int rlength,
byte[] family,
int foffset,
int flength,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
byte[] value,
int voffset,
int vlength) |
Cell |
create(byte[] row,
int roffset,
int rlength,
byte[] family,
int foffset,
int flength,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
byte[] value,
int voffset,
int vlength,
java.util.List<Tag> tags) |
Cell |
create(byte[] row,
int roffset,
int rlength,
byte[] family,
int foffset,
int flength,
byte[] qualifier,
int qoffset,
int qlength,
long timestamp,
byte[] value,
int voffset,
int vlength,
java.lang.String visExpression)
Deprecated.
|
VisibilityExpressionResolver |
getVisibilityExpressionResolver() |
public static final java.lang.String VISIBILITY_EXP_RESOLVER_CLASS
public Cell create(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, byte[] value, int voffset, int vlength) throws java.io.IOException
row - row keyroffset - row offsetrlength - row lengthfamily - family namefoffset - family offsetflength - family lengthqualifier - column qualifierqoffset - qualifier offsetqlength - qualifier lengthtimestamp - version timestampvalue - column valuevoffset - value offsetvlength - value lengthjava.io.IOException@Deprecated public Cell create(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, byte[] value, int voffset, int vlength, java.lang.String visExpression) throws java.io.IOException
row - row keyroffset - row offsetrlength - row lengthfamily - family namefoffset - family offsetflength - family lengthqualifier - column qualifierqoffset - qualifier offsetqlength - qualifier lengthtimestamp - version timestampvalue - column valuevoffset - value offsetvlength - value lengthvisExpression - visibility expression to be associated with celljava.io.IOExceptionpublic Cell create(byte[] row, int roffset, int rlength, byte[] family, int foffset, int flength, byte[] qualifier, int qoffset, int qlength, long timestamp, byte[] value, int voffset, int vlength, java.util.List<Tag> tags) throws java.io.IOException
row - row keyroffset - row offsetrlength - row lengthfamily - family namefoffset - family offsetflength - family lengthqualifier - column qualifierqoffset - qualifier offsetqlength - qualifier lengthtimestamp - version timestampvalue - column valuevoffset - value offsetvlength - value lengthtags - java.io.IOExceptionpublic VisibilityExpressionResolver getVisibilityExpressionResolver()