|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CassandraOperationType | |
---|---|
com.netflix.astyanax | |
com.netflix.astyanax.shallows |
Uses of CassandraOperationType in com.netflix.astyanax |
---|
Methods in com.netflix.astyanax that return CassandraOperationType | |
---|---|
static CassandraOperationType |
CassandraOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CassandraOperationType[] |
CassandraOperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.netflix.astyanax with parameters of type CassandraOperationType | |
---|---|
CassandraOperationTracer |
KeyspaceTracerFactory.newTracer(CassandraOperationType type)
Create a tracer for cluster level operations |
CassandraOperationTracer |
KeyspaceTracerFactory.newTracer(CassandraOperationType type,
ColumnFamily<?,?> columnFamily)
Create a tracer for a column family operation |
Uses of CassandraOperationType in com.netflix.astyanax.shallows |
---|
Methods in com.netflix.astyanax.shallows with parameters of type CassandraOperationType | |
---|---|
CassandraOperationTracer |
EmptyKeyspaceTracerFactory.newTracer(CassandraOperationType type)
|
CassandraOperationTracer |
EmptyKeyspaceTracerFactory.newTracer(CassandraOperationType type,
ColumnFamily<?,?> columnFamily)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |