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 ConsoleRequest
public ClusterRuntimeState call() throws Exception
call
in interface Callable<ClusterRuntimeState>
Exception
public void writeResponse(ManagementCenterService mcs, DataOutput dos) throws Exception
writeResponse
in interface ConsoleRequest
Exception
public Object readResponse(DataInput in) throws IOException
readResponse
in interface ConsoleRequest
IOException
public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance
in interface HazelcastInstanceAware
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2013 Hazelcast, Inc.. All rights reserved.