Skip navigation links
C D E F G H M P S T 

C

CassandraTestDB - Class in pro.foundev.cassandra.commons.test
Useful test class that provides very basic CRUD for testing support.
CassandraTestDB(CassandraSessionFactory) - Constructor for class pro.foundev.cassandra.commons.test.CassandraTestDB
 
cleanUp() - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
Cleanup strategy to that truncates known tables.
close() - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
Shuts down DataStax Java driver Session and Cluster objects safely
count(String) - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
count on a given table.
create() - Static method in class pro.foundev.cassandra.commons.test.CassandraTestDB
Factory method for CassandraTestDB using default ConfigFinderImpl
create(ConfigFinder) - Static method in class pro.foundev.cassandra.commons.test.CassandraTestDB
Factory method for CassandraTestDB with optional ConfigFinder override.
createTestKeyspace(String) - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
creates a simple keyspace for testing purposes with SimpleStrategy and replication factor of 1 will blow it away on test teardown

D

deleteTestKeyspaceIfExists(String) - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
drops the keyspace if it doesn't exist.

E

equals(Object) - Method in class pro.foundev.cassandra.commons.test.FullTableName
 
execute(Statement) - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
session.execute wrapper

F

FullTableName - Class in pro.foundev.cassandra.commons.test
 
FullTableName() - Constructor for class pro.foundev.cassandra.commons.test.FullTableName
 

G

getKeyspaceName() - Method in class pro.foundev.cassandra.commons.test.FullTableName
 
getSession() - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
Just returns the internal session object.
getTableName() - Method in class pro.foundev.cassandra.commons.test.FullTableName
 

H

hashCode() - Method in class pro.foundev.cassandra.commons.test.FullTableName
 

M

markForCleanUp(FullTableName) - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
 
markForCleanUp(String, String) - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
Mark table for cleanup.
markForCleanUp(String) - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
assumes keyspace is already wired up

P

pro.foundev.cassandra.commons.test - package pro.foundev.cassandra.commons.test
 

S

session - Variable in class pro.foundev.cassandra.commons.test.CassandraTestDB
 
setKeyspaceName(String) - Method in class pro.foundev.cassandra.commons.test.FullTableName
 
setTableName(String) - Method in class pro.foundev.cassandra.commons.test.FullTableName
 

T

tableExists(String, String) - Method in class pro.foundev.cassandra.commons.test.CassandraTestDB
simple utility check to see if table exists, does mark table for cleanup if it does
toString() - Method in class pro.foundev.cassandra.commons.test.FullTableName
 
C D E F G H M P S T 
Skip navigation links

Copyright © 2015. All rights reserved.