public class RuntimeStateRequest extends Object implements ConsoleRequest, Callable<ClusterRuntimeState>, HazelcastInstanceAware
| Constructor and Description |
|---|
RuntimeStateRequest() |
| Modifier and Type | Method and Description |
|---|---|
ClusterRuntimeState |
call() |
int |
getType() |
void |
readData(DataInput in) |
Object |
readResponse(DataInput in) |
void |
setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
writeData(DataOutput out) |
void |
writeResponse(ManagementCenterService mcs,
DataOutput dos) |
public int getType()
getType in interface ConsoleRequestpublic ClusterRuntimeState call() throws Exception
call in interface Callable<ClusterRuntimeState>Exceptionpublic void writeResponse(ManagementCenterService mcs, DataOutput dos) throws Exception
writeResponse in interface ConsoleRequestExceptionpublic Object readResponse(DataInput in) throws IOException
readResponse in interface ConsoleRequestIOExceptionpublic void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance in interface HazelcastInstanceAwarepublic void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.