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