|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
com.netflix.astyanax | |
com.netflix.astyanax.connectionpool | |
com.netflix.astyanax.connectionpool.impl | |
com.netflix.astyanax.thrift |
Uses of Operation in com.netflix.astyanax |
---|
Methods in com.netflix.astyanax with parameters of type Operation | |
---|---|
OperationResult<Void> |
Keyspace.testOperation(Operation<?,?> operation)
This method is used for testing purposes only. |
OperationResult<Void> |
Keyspace.testOperation(Operation<?,?> operation,
RetryPolicy retry)
This method is used for testing purposes only. |
Uses of Operation in com.netflix.astyanax.connectionpool |
---|
Methods in com.netflix.astyanax.connectionpool with parameters of type Operation | ||
---|---|---|
|
Connection.execute(Operation<CL,R> op)
Execute an operation on the connection and return a result |
|
|
ConnectionPool.executeWithFailover(Operation<CL,R> op,
RetryPolicy retry)
Execute an operation with failover within the context of the connection pool. |
|
OperationResult<R> |
ExecuteWithFailover.tryOperation(Operation<CL,R> operation)
|
Uses of Operation in com.netflix.astyanax.connectionpool.impl |
---|
Methods in com.netflix.astyanax.connectionpool.impl with parameters of type Operation | ||
---|---|---|
Connection<CL> |
RoundRobinExecuteWithFailover.borrowConnection(Operation<CL,R> operation)
|
|
abstract Connection<CL> |
AbstractExecuteWithFailoverImpl.borrowConnection(Operation<CL,R> operation)
|
|
|
AbstractHostPartitionConnectionPool.executeWithFailover(Operation<CL,R> op,
RetryPolicy retry)
|
|
|
TokenAwareConnectionPoolImpl.newExecuteWithFailover(Operation<CL,R> op)
|
|
|
RoundRobinConnectionPoolImpl.newExecuteWithFailover(Operation<CL,R> operation)
|
|
|
BagOfConnectionsConnectionPoolImpl.newExecuteWithFailover(Operation<CL,R> op)
|
|
protected abstract
|
AbstractHostPartitionConnectionPool.newExecuteWithFailover(Operation<CL,R> op)
Return a new failover context. |
|
OperationResult<R> |
AbstractExecuteWithFailoverImpl.tryOperation(Operation<CL,R> operation)
|
Uses of Operation in com.netflix.astyanax.thrift |
---|
Classes in com.netflix.astyanax.thrift that implement Operation | |
---|---|
class |
AbstractKeyspaceOperationImpl<R>
|
class |
AbstractOperationImpl<R>
|
Methods in com.netflix.astyanax.thrift with parameters of type Operation | |
---|---|
OperationResult<Void> |
ThriftKeyspaceImpl.testOperation(Operation<?,?> operation)
|
OperationResult<Void> |
ThriftKeyspaceImpl.testOperation(Operation<?,?> operation,
RetryPolicy retry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |