|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Keyspace in com.netflix.astyanax |
---|
Methods in com.netflix.astyanax that return Keyspace | |
---|---|
Keyspace |
AstyanaxTypeFactory.createKeyspace(String ksName,
ConnectionPool<T> cp,
AstyanaxConfiguration asConfig,
KeyspaceTracerFactory tracerFactory)
|
Keyspace |
Cluster.getKeyspace(String keyspace)
Return a keyspace client. |
Methods in com.netflix.astyanax that return types with arguments of type Keyspace | ||
---|---|---|
|
AstyanaxContext.Builder.buildKeyspace(AstyanaxTypeFactory<T> factory)
|
Uses of Keyspace in com.netflix.astyanax.impl |
---|
Constructors in com.netflix.astyanax.impl with parameters of type Keyspace | |
---|---|
RingDescribeHostSupplier(Keyspace keyspace,
int defaultPort)
|
Uses of Keyspace in com.netflix.astyanax.mapping |
---|
Constructors in com.netflix.astyanax.mapping with parameters of type Keyspace | |
---|---|
MappingUtil(Keyspace keyspace)
|
|
MappingUtil(Keyspace keyspace,
AnnotationSet<?,?> annotationSet)
|
|
MappingUtil(Keyspace keyspace,
MappingCache cache)
|
|
MappingUtil(Keyspace keyspace,
MappingCache cache,
AnnotationSet<?,?> annotationSet)
|
Uses of Keyspace in com.netflix.astyanax.recipes |
---|
Methods in com.netflix.astyanax.recipes with parameters of type Keyspace | ||
---|---|---|
static
|
ReverseIndexQuery.newQuery(Keyspace ks,
ColumnFamily<K,C> cf,
String indexCf,
Serializer<V> valSerializer)
|
Constructors in com.netflix.astyanax.recipes with parameters of type Keyspace | |
---|---|
ReverseIndexQuery(Keyspace ks,
ColumnFamily<K,C> cfData,
String indexCf,
Serializer<V> valSerializer)
|
|
UniquenessConstraint(Keyspace keyspace,
ColumnFamily<K,C> columnFamily,
com.google.common.base.Supplier<C> uniqueColumnSupplier)
Deprecated. |
|
UniquenessConstraintWithPrefix(Keyspace keyspace,
ColumnFamily<K,String> columnFamily)
Deprecated. |
Uses of Keyspace in com.netflix.astyanax.recipes.locks |
---|
Methods in com.netflix.astyanax.recipes.locks that return Keyspace | |
---|---|
Keyspace |
ColumnPrefixDistributedRowLock.getKeyspace()
|
Constructors in com.netflix.astyanax.recipes.locks with parameters of type Keyspace | |
---|---|
ColumnPrefixDistributedRowLock(Keyspace keyspace,
ColumnFamily<K,String> columnFamily,
K key)
|
Uses of Keyspace in com.netflix.astyanax.recipes.storage |
---|
Constructors in com.netflix.astyanax.recipes.storage with parameters of type Keyspace | |
---|---|
CassandraChunkedStorageProvider(Keyspace keyspace,
ColumnFamily<String,String> cf)
|
|
CassandraChunkedStorageProvider(Keyspace keyspace,
String cfName)
|
Uses of Keyspace in com.netflix.astyanax.recipes.uniqueness |
---|
Constructors in com.netflix.astyanax.recipes.uniqueness with parameters of type Keyspace | |
---|---|
ColumnPrefixUniquenessConstraint(Keyspace keyspace,
ColumnFamily<K,String> columnFamily,
K key)
|
|
MultiRowUniquenessConstraint(Keyspace keyspace)
|
|
RowUniquenessConstraint(Keyspace keyspace,
ColumnFamily<K,C> columnFamily,
K key,
com.google.common.base.Supplier<C> uniqueColumnSupplier)
|
Uses of Keyspace in com.netflix.astyanax.thrift |
---|
Classes in com.netflix.astyanax.thrift that implement Keyspace | |
---|---|
class |
ThriftKeyspaceImpl
|
Methods in com.netflix.astyanax.thrift that return Keyspace | |
---|---|
Keyspace |
ThriftFamilyFactory.createKeyspace(String ksName,
ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> cp,
AstyanaxConfiguration asConfig,
KeyspaceTracerFactory tracerFactory)
|
Keyspace |
ThriftClusterImpl.getKeyspace(String ksName)
|
Constructors in com.netflix.astyanax.thrift with parameters of type Keyspace | |
---|---|
ThriftColumnFamilyQueryImpl(ExecutorService executor,
KeyspaceTracerFactory tracerFactory,
Keyspace keyspace,
ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> cp,
ColumnFamily<K,C> columnFamily,
ConsistencyLevel consistencyLevel,
RetryPolicy retry)
|
Uses of Keyspace in com.netflix.astyanax.util |
---|
Constructors in com.netflix.astyanax.util with parameters of type Keyspace | |
---|---|
ColumnarRecordWriter(Keyspace keyspace,
String cfName)
|
|
ColumnarRecordWriter(Keyspace keyspace,
String cfName,
SerializerPackage serializers)
|
|
WriteAheadMutationBatchExecutor(Keyspace keyspace,
ExecutorService executor)
|
|
WriteAheadMutationBatchExecutor(Keyspace keyspace,
int nThreads)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |