|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AstyanaxConfiguration
Interface defining all astyanax API configuration parameters.
Method Summary | |
---|---|
ExecutorService |
getAsyncExecutor()
Return the maximum number of allows async threads to executeAsync() |
Clock |
getClock()
Return clock to use when setting timestamps for column insertion and deletion operations. |
ConnectionPoolType |
getConnectionPoolType()
Type of connection pool to use for this instance |
ConsistencyLevel |
getDefaultReadConsistencyLevel()
Default consistency level used when reading from the cluster. |
ConsistencyLevel |
getDefaultWriteConsistencyLevel()
Default consistency level used when reading from the cluster. |
int |
getDiscoveryDelayInSeconds()
Fixed delay for node disocvery refresh |
NodeDiscoveryType |
getDiscoveryType()
Get type of node discovery to perform |
RetryPolicy |
getRetryPolicy()
TODO |
Method Detail |
---|
RetryPolicy getRetryPolicy()
ConsistencyLevel getDefaultReadConsistencyLevel()
ConsistencyLevel getDefaultWriteConsistencyLevel()
Clock getClock()
ExecutorService getAsyncExecutor()
int getDiscoveryDelayInSeconds()
NodeDiscoveryType getDiscoveryType()
ConnectionPoolType getConnectionPoolType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |