|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationException | |
---|---|
com.netflix.astyanax | |
com.netflix.astyanax.connectionpool | |
com.netflix.astyanax.connectionpool.exceptions | |
com.netflix.astyanax.thrift |
Uses of OperationException in com.netflix.astyanax |
---|
Methods in com.netflix.astyanax that throw OperationException | ||
---|---|---|
|
Keyspace.truncateColumnFamily(ColumnFamily<K,C> columnFamily)
Delete all rows in a column family |
Uses of OperationException in com.netflix.astyanax.connectionpool |
---|
Methods in com.netflix.astyanax.connectionpool that throw OperationException | ||
---|---|---|
|
ConnectionPool.executeWithFailover(Operation<CL,R> op,
RetryPolicy retry)
Execute an operation with failover within the context of the connection pool. |
Uses of OperationException in com.netflix.astyanax.connectionpool.exceptions |
---|
Subclasses of OperationException in com.netflix.astyanax.connectionpool.exceptions | |
---|---|
class |
BadConfigurationException
|
class |
BadRequestException
|
class |
NotFoundException
|
class |
UnknownException
|
Uses of OperationException in com.netflix.astyanax.thrift |
---|
Methods in com.netflix.astyanax.thrift that throw OperationException | ||
---|---|---|
String |
ThriftClusterImpl.dropColumnFamily(String keyspaceName,
String columnFamilyName)
|
|
String |
ThriftClusterImpl.dropKeyspace(String keyspaceName)
|
|
|
ThriftKeyspaceImpl.truncateColumnFamily(ColumnFamily<K,C> columnFamily)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |