public abstract class CellNames
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CellName |
compositeDense(java.nio.ByteBuffer... bbs) |
static CellName |
compositeSparse(java.nio.ByteBuffer[] bbs,
ColumnIdentifier identifier,
boolean isStatic) |
static CellName |
compositeSparseWithCollection(java.nio.ByteBuffer[] bbs,
java.nio.ByteBuffer collectionElement,
ColumnIdentifier identifier,
boolean isStatic) |
static CellNameType |
fromAbstractType(AbstractType<?> type,
boolean isDense) |
static java.lang.String |
getColumnsString(CellNameType type,
java.lang.Iterable<Cell> columns) |
static CellName |
simpleDense(java.nio.ByteBuffer bb) |
static CellName |
simpleSparse(ColumnIdentifier identifier) |
public static CellNameType fromAbstractType(AbstractType<?> type, boolean isDense)
public static CellName simpleDense(java.nio.ByteBuffer bb)
public static CellName simpleSparse(ColumnIdentifier identifier)
public static CellName compositeDense(java.nio.ByteBuffer... bbs)
public static CellName compositeSparse(java.nio.ByteBuffer[] bbs, ColumnIdentifier identifier, boolean isStatic)
public static CellName compositeSparseWithCollection(java.nio.ByteBuffer[] bbs, java.nio.ByteBuffer collectionElement, ColumnIdentifier identifier, boolean isStatic)
public static java.lang.String getColumnsString(CellNameType type, java.lang.Iterable<Cell> columns)
Copyright © 2014 The Apache Software Foundation