|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.astyanax.test.TestOperation
public class TestOperation
| Constructor Summary | |
|---|---|
TestOperation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
execute(TestClient client,
ConnectionContext state)
Execute the operation on the client object and return the results. |
java.lang.String |
getKeyspace()
Return keyspace for this operation. |
Host |
getPinnedHost()
Return the host to run on or null to select a host using the load blancer. |
java.nio.ByteBuffer |
getRowKey()
Return the unique key on which the operation is performed or null if the operation is performed on multiple keys. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestOperation()
| Method Detail |
|---|
public java.nio.ByteBuffer getRowKey()
Operation
getRowKey in interface Operation<TestClient,java.lang.String>public java.lang.String getKeyspace()
Operation
getKeyspace in interface Operation<TestClient,java.lang.String>public Host getPinnedHost()
Operation
getPinnedHost in interface Operation<TestClient,java.lang.String>
public java.lang.String execute(TestClient client,
ConnectionContext state)
throws ConnectionException
Operation
execute in interface Operation<TestClient,java.lang.String>client - - The client objectstate - - State and metadata specific to the connection
ConnectionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||