static String |
DataClay.executeTask(String objectIDstr,
Method method,
Object[] params,
CallbackHandler callback) |
Executes a method on a specific target assynchronously.
|
static String |
DataClay.executeTask(String objectIDstr,
String operationSignature,
Object[] params,
CallbackHandler callback) |
Executes a method on a specific target assynchronously.
|
static void |
DataClay.finish() |
Finish connections to DataClay.
|
static Object |
DataClay.getByID(String objectIDstr) |
If the object is accessible, initializes an instance of a stub with the given
objectID.
|
static String |
DataClay.getLocation(String objectIDstr) |
Gets any location of an object.
|
static List<String> |
DataClay.getLocations(String objectIDstr) |
Gets all the locations of an object.
|
static Object |
DataClay.getResult(CallbackEvent callbackEvent) |
Processes and retrieves the callback event produced by a task execution.
|
static void |
DataClay.init() |
Method that initializes the lib.
|
static void |
DataClay.init(int numBackends,
CommonMessages.Langs language) |
Initialize dataClay waiting for the following number of backends of language provided.
|
static void |
DataClay.moveReplica(String objectIDstr,
String srcHost,
String destHost) |
Move a replica from source host to dest host.
|
static void |
DataClay.newReplica(String objectIDstr,
String destHost) |
Create a new replica of the given object.
|
static void |
DataClay.setSessionFile(String path) |
|
static Triple<ObjectID,BackendID,MetaClassID> |
DataClay.string2IDandHintID(String objectIDstr) |
Translates from string representation of an objectID to an ObjectID.
|