public interface PName
Modifier and Type | Field and Description |
---|---|
static PName |
EMPTY_COLUMN_NAME |
static PName |
EMPTY_NAME |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Get the server-side name as referenced in HBase-related
APIs such as Scan, Filter, etc.
|
ImmutableBytesPtr |
getBytesPtr() |
int |
getEstimatedSize() |
String |
getString()
Get the client-side, normalized name as referenced
in a SQL statement.
|
static final PName EMPTY_NAME
static final PName EMPTY_COLUMN_NAME
String getString()
byte[] getBytes()
ImmutableBytesPtr getBytesPtr()
int getEstimatedSize()
Copyright © 2019 Apache Software Foundation. All Rights Reserved.