public static class TestUtil.OrderUpdateCallable extends Object implements Serializable, Callable<Boolean>, PartitionAware, HazelcastInstanceAware
| Constructor and Description |
|---|
TestUtil.OrderUpdateCallable(int orderId,
int customerId) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
call() |
int |
getCustomerId() |
int |
getOrderId() |
Object |
getPartitionKey() |
void |
setHazelcastInstance(HazelcastInstance hazelcastInstance) |
String |
toString() |
public TestUtil.OrderUpdateCallable(int orderId,
int customerId)
public int getCustomerId()
public int getOrderId()
public Object getPartitionKey()
getPartitionKey in interface PartitionAwarepublic void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance in interface HazelcastInstanceAwareCopyright © 2013 Hazelcast, Inc.. All rights reserved.