Uses of Interface
com.netflix.astyanax.Keyspace

Packages that use Keyspace
com.netflix.astyanax   
com.netflix.astyanax.impl   
com.netflix.astyanax.mapping   
com.netflix.astyanax.recipes   
com.netflix.astyanax.recipes.locks   
com.netflix.astyanax.recipes.storage   
com.netflix.astyanax.recipes.uniqueness   
com.netflix.astyanax.thrift   
com.netflix.astyanax.util   
 

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
<T> AstyanaxContext<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
<K,C,V> ReverseIndexQuery<K,C,V>
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)
           
 



Copyright © 2012. All Rights Reserved.