public class ReadRequest extends Object
| Constructor and Description |
|---|
ReadRequest(String tableName,
String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ReadRequest |
get(String tableName,
String key)
Creates a read request,
which will retrieve the specified key from the table.
|
int |
hashCode() |
String |
key()
Returns the key.
|
String |
tableName()
Return the name of the table.
|
String |
toString() |
public static ReadRequest get(String tableName, String key)
tableName - name of the tablekey - key in the tablepublic String tableName()
public String key()
Copyright © 2015. All rights reserved.