- saveEvent(Event) - Method in class org.ff4j.cassandra.store.EventRepositoryCassandra
- searchFeatureUsageEvents(EventQueryDefinition) - Method in class org.ff4j.cassandra.store.EventRepositoryCassandra
- setDuration(Duration) - Method in class org.ff4j.cassandra.store.EventRepositoryCassandra
-
Setter accessor for attribute 'duration'.
- STMT_AUDIT_INSERT - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_AUDIT_INSERT_HITCOUNT - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_AUDIT_READ_BY_ID - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_CREATE_INDEX_FEATUREGROUP - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
Better than allow filtering, and good enough as only used in the admin UI.
- STMT_CREATE_TABLE_AUDIT - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
CREATE TABLE IF NOT EXISTS ff4j_audit (
uid uuid,
time timestamp,
type text,
name text,
action text,
source text,
hostname text,
duration int,
user text,
value text,
custom map
PRIMARY KEY ((uid))
);
- STMT_CREATE_TABLE_AUDITHITCOUNT - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
CREATE TABLE IF NOT EXISTS ff4j_audit_hitcount (
name text,
time timestamp,
uid uuid,
source text,
hostname text,
duration int,
user text,
custom map
PRIMARY KEY ((name), time)
- STMT_CREATE_TABLE_FEATURE - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
Getting value for a feature is by id.
- STMT_CREATE_TABLE_PROPERTY - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
CREATE TABLE IF NOT EXISTS ff4j_properties (
uid text,
class text,
value text,
decription text,
fixedvalues set,
PRIMARY KEY ((uid))
);
- STMT_CREATE_UDT_PROPERTY - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
CREATE TYPE IF NOT EXISTS ff4j_udt_property (
uid text,
class text,
value text,
decription text,
fixedvalues set
);
- STMT_CREATE_UDT_STRATEGY - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
CREATE TYPE IF NOT EXISTS ff4j_udt_strategy (
class text,
params map
);
- STMT_FEATURE_ADDTOGROUP - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATURE_DELETE - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATURE_EXIST - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATURE_INSERT - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATURE_READ - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATURE_READ_ALL - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATURE_REMOVEGROUP - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATURE_TOGGLE - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATUREGROUP_LIST - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_FEATUREGROUP_READ - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_PROPERTY_DELETE - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_PROPERTY_EXIST - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_PROPERTY_INSERT - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_PROPERTY_LISTNAMES - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_PROPERTY_READ - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-
- STMT_PROPERTY_READ_ALL - Static variable in interface org.ff4j.cassandra.FF4jCassandraSchema
-