public class HBaseConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUDIT_CF
column Family.
|
static org.apache.hadoop.hbase.TableName |
AUDIT_TABLENAME |
static String |
AUDIT_TABLENAME_ID
column Family.
|
static byte[] |
B_AUDIT_CF |
static byte[] |
B_COL_PROPERTY_CLAZZ
column Family.
|
static byte[] |
B_COL_PROPERTY_DESCRIPTION
column Family.
|
static byte[] |
B_COL_PROPERTY_FEATID
column Family.
|
static byte[] |
B_COL_PROPERTY_FIXED
column Family.
|
static byte[] |
B_COL_PROPERTY_ID
column Family.
|
static byte[] |
B_COL_PROPERTY_VALUE
column Family.
|
static byte[] |
B_EVENT_ACTION |
static byte[] |
B_EVENT_DATE |
static byte[] |
B_EVENT_DURATION |
static byte[] |
B_EVENT_HOSTNAME |
static byte[] |
B_EVENT_KEYS |
static byte[] |
B_EVENT_NAME |
static byte[] |
B_EVENT_SOURCE |
static byte[] |
B_EVENT_TIME |
static byte[] |
B_EVENT_TYPE |
static byte[] |
B_EVENT_UID |
static byte[] |
B_EVENT_USER |
static byte[] |
B_EVENT_VALUE |
static byte[] |
B_FEAT_CUSTOMPROPERTIES
column Family.
|
static byte[] |
B_FEAT_DESCRIPTION
column Family.
|
static byte[] |
B_FEAT_ENABLE
column Family.
|
static byte[] |
B_FEAT_EXPRESSION
column Family.
|
static byte[] |
B_FEAT_GROUPNAME
column Family.
|
static byte[] |
B_FEAT_ROLES
column Family.
|
static byte[] |
B_FEAT_STRATEGY
column Family.
|
static byte[] |
B_FEAT_UID
column Family.
|
static byte[] |
B_FEATURES_CF_CORE
column Family.
|
static byte[] |
B_FEATURES_CF_PROPERTIES
column Family.
|
static String |
COL_EVENT_ACTION
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_DATE
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_DURATION
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_HOSTNAME
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_KEYS
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_NAME
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_SOURCE
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_TIME
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_TYPE
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_UID
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_USER
sql column name for table FF4J_AUDIT.
|
static String |
COL_EVENT_VALUE
sql column name for table FF4J_AUDIT.
|
static String |
COL_FEAT_CUSTOMPROPERTIES
sql column name from table FF4J_FEATURES.
|
static String |
COL_FEAT_DESCRIPTION
sql column name from table FF4J_FEATURES.
|
static String |
COL_FEAT_ENABLE
sql column name from table FF4J_FEATURES.
|
static String |
COL_FEAT_EXPRESSION
sql column name from table FF4J_FEATURES.
|
static String |
COL_FEAT_GROUPNAME
sql column name from table FF4J_FEATURES.
|
static String |
COL_FEAT_ROLES
sql column name from table FF4J_FEATURES.
|
static String |
COL_FEAT_STRATEGY
sql column name from table FF4J_FEATURES.
|
static String |
COL_FEAT_UID
sql column name from table FF4J_FEATURES.
|
static String |
COL_PROPERTY_CLAZZ
sql column name from table FF4J_PROPERTIES.
|
static String |
COL_PROPERTY_DESCRIPTION
sql column name from table FF4J_PROPERTIES.
|
static String |
COL_PROPERTY_FEATID
sql column name from table FF4J_PROPERTIES.
|
static String |
COL_PROPERTY_FIXED
sql column name from table FF4J_PROPERTIES.
|
static String |
COL_PROPERTY_ID
sql column name from table FF4J_PROPERTIES.
|
static String |
COL_PROPERTY_VALUE
sql column name from table FF4J_PROPERTIES.
|
static Set<String> |
COLS_EVENT
Group of all columns ('*' does not exist).
|
static String |
FEATURES_CF_CORE
column Family.
|
static String |
FEATURES_CF_PROPERTIES
column Family.
|
static org.apache.hadoop.hbase.TableName |
FEATURES_TABLENAME
column Family.
|
static String |
FEATURES_TABLENAME_ID
column Family.
|
static int |
MASTER_PORT_DEFAULT |
static String |
MASTER_PORT_PARAM |
static int |
MASTER_PORTINFO_DEFAULT |
static String |
MASTER_PORTINFO_PARAM |
static org.apache.hadoop.hbase.TableName |
PROPERTIES_TABLENAME
column Family.
|
static String |
PROPERTIES_TABLENAME_ID
column Family.
|
static int |
REGION_PORT_DEFAULT |
static String |
REGION_PORT_PARAM |
static int |
REGION_PORTINFO_DEFAULT |
static String |
REGION_PORTINFO_PARAM |
static int |
REST_PORT_DEFAULT |
static String |
REST_PORT_PARAM |
static int |
REST_PORTINFO_DEFAULT |
static String |
REST_PORTINFO_PARAM |
static int |
THRIFT_PORT_DEFAULT |
static String |
THRIFT_PORT_PARAM |
static int |
THRIFT_PORTINFO_DEFAULT |
static String |
THRIFT_PORTINFO_PARAM |
static int |
ZOOKEEPER_CLIENTPORT_DEFAULT
configuration value.
|
static String |
ZOOKEEPER_CLIENTPORT_PARAM
configuration key.
|
static String |
ZOOKEEPER_QUORUM_DEFAULT
configuration value.
|
static String |
ZOOKEEPER_QUORUM_PARAM
configuration key.
|
public static final String ZOOKEEPER_QUORUM_PARAM
public static final String ZOOKEEPER_QUORUM_DEFAULT
public static final String ZOOKEEPER_CLIENTPORT_PARAM
public static final int ZOOKEEPER_CLIENTPORT_DEFAULT
public static final String MASTER_PORT_PARAM
public static final int MASTER_PORT_DEFAULT
public static final String MASTER_PORTINFO_PARAM
public static final int MASTER_PORTINFO_DEFAULT
public static final String REGION_PORT_PARAM
public static final int REGION_PORT_DEFAULT
public static final String REGION_PORTINFO_PARAM
public static final int REGION_PORTINFO_DEFAULT
public static final String REST_PORT_PARAM
public static final int REST_PORT_DEFAULT
public static final String REST_PORTINFO_PARAM
public static final int REST_PORTINFO_DEFAULT
public static final String THRIFT_PORT_PARAM
public static final int THRIFT_PORT_DEFAULT
public static final String THRIFT_PORTINFO_PARAM
public static final int THRIFT_PORTINFO_DEFAULT
public static final String FEATURES_TABLENAME_ID
public static final org.apache.hadoop.hbase.TableName FEATURES_TABLENAME
public static final String FEATURES_CF_CORE
public static final byte[] B_FEATURES_CF_CORE
public static final String FEATURES_CF_PROPERTIES
public static final byte[] B_FEATURES_CF_PROPERTIES
public static final String COL_FEAT_UID
public static final byte[] B_FEAT_UID
public static final String COL_FEAT_ENABLE
public static final byte[] B_FEAT_ENABLE
public static final String COL_FEAT_DESCRIPTION
public static final byte[] B_FEAT_DESCRIPTION
public static final String COL_FEAT_GROUPNAME
public static final byte[] B_FEAT_GROUPNAME
public static final String COL_FEAT_STRATEGY
public static final byte[] B_FEAT_STRATEGY
public static final String COL_FEAT_EXPRESSION
public static final byte[] B_FEAT_EXPRESSION
public static final String COL_FEAT_ROLES
public static final byte[] B_FEAT_ROLES
public static final String COL_FEAT_CUSTOMPROPERTIES
public static final byte[] B_FEAT_CUSTOMPROPERTIES
public static final String PROPERTIES_TABLENAME_ID
public static final org.apache.hadoop.hbase.TableName PROPERTIES_TABLENAME
public static final String COL_PROPERTY_ID
public static final byte[] B_COL_PROPERTY_ID
public static final String COL_PROPERTY_CLAZZ
public static final byte[] B_COL_PROPERTY_CLAZZ
public static final String COL_PROPERTY_VALUE
public static final byte[] B_COL_PROPERTY_VALUE
public static final String COL_PROPERTY_FIXED
public static final byte[] B_COL_PROPERTY_FIXED
public static final String COL_PROPERTY_FEATID
public static final byte[] B_COL_PROPERTY_FEATID
public static final String COL_PROPERTY_DESCRIPTION
public static final byte[] B_COL_PROPERTY_DESCRIPTION
public static final String AUDIT_TABLENAME_ID
public static final org.apache.hadoop.hbase.TableName AUDIT_TABLENAME
public static final String AUDIT_CF
public static final byte[] B_AUDIT_CF
public static final String COL_EVENT_UID
public static final byte[] B_EVENT_UID
public static final String COL_EVENT_TIME
public static final byte[] B_EVENT_TIME
public static final String COL_EVENT_DATE
public static final byte[] B_EVENT_DATE
public static final String COL_EVENT_TYPE
public static final byte[] B_EVENT_TYPE
public static final String COL_EVENT_NAME
public static final byte[] B_EVENT_NAME
public static final String COL_EVENT_ACTION
public static final byte[] B_EVENT_ACTION
public static final String COL_EVENT_HOSTNAME
public static final byte[] B_EVENT_HOSTNAME
public static final String COL_EVENT_SOURCE
public static final byte[] B_EVENT_SOURCE
public static final String COL_EVENT_DURATION
public static final byte[] B_EVENT_DURATION
public static final String COL_EVENT_USER
public static final byte[] B_EVENT_USER
public static final String COL_EVENT_VALUE
public static final byte[] B_EVENT_VALUE
public static final String COL_EVENT_KEYS
public static final byte[] B_EVENT_KEYS
Copyright © 2013–2020 FF4J. All rights reserved.