- checkHBaseConfiguration() - Method in class org.ff4j.hbase.HBaseConnection
-
Allows check the configuration
- clear() - Method in class org.ff4j.hbase.store.FeatureStoreHBase
- clear() - Method in class org.ff4j.hbase.store.PropertyStoreHBase
- COL_EVENT_ACTION - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_DATE - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_DURATION - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_HOSTNAME - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_KEYS - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_NAME - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_SOURCE - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_TIME - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_TYPE - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_UID - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_USER - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_EVENT_VALUE - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name for table FF4J_AUDIT.
- COL_FEAT_CUSTOMPROPERTIES - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_FEATURES.
- COL_FEAT_DESCRIPTION - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_FEATURES.
- COL_FEAT_ENABLE - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_FEATURES.
- COL_FEAT_EXPRESSION - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_FEATURES.
- COL_FEAT_GROUPNAME - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_FEATURES.
- COL_FEAT_ROLES - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_FEATURES.
- COL_FEAT_STRATEGY - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_FEATURES.
- COL_FEAT_UID - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_FEATURES.
- COL_PROPERTY_CLAZZ - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_PROPERTIES.
- COL_PROPERTY_DESCRIPTION - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_PROPERTIES.
- COL_PROPERTY_FEATID - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_PROPERTIES.
- COL_PROPERTY_FIXED - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_PROPERTIES.
- COL_PROPERTY_ID - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_PROPERTIES.
- COL_PROPERTY_VALUE - Static variable in class org.ff4j.hbase.HBaseConstants
-
sql column name from table FF4J_PROPERTIES.
- COLS_EVENT - Static variable in class org.ff4j.hbase.HBaseConstants
-
Group of all columns ('*' does not exist).
- create(Feature) - Method in class org.ff4j.hbase.store.FeatureStoreHBase
- createProperty(Property<T>) - Method in class org.ff4j.hbase.store.PropertyStoreHBase
- createSchema() - Method in class org.ff4j.hbase.store.EventRepositoryHBase
- createSchema() - Method in class org.ff4j.hbase.store.FeatureStoreHBase
- createSchema() - Method in class org.ff4j.hbase.store.PropertyStoreHBase
- createTable(String, Set<String>) - Method in class org.ff4j.hbase.HBaseConnection
-
Helper to create a table in HBASE.