public abstract class CellNames
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CellName |
compositeDense(java.nio.ByteBuffer... bbs) |
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) |
public static CellNameType fromAbstractType(AbstractType<?> type, boolean isDense)
public static CellName simpleDense(java.nio.ByteBuffer bb)
public static CellName compositeDense(java.nio.ByteBuffer... bbs)
public static java.lang.String getColumnsString(CellNameType type, java.lang.Iterable<Cell> columns)
Copyright © 2014 The Apache Software Foundation