public class DetectDeadlockRequest extends Object implements ConsoleRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
DetectDeadlockRequest.Edge |
static class |
DetectDeadlockRequest.Vertex |
| Constructor and Description |
|---|
DetectDeadlockRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
void |
readData(DataInput in) |
Object |
readResponse(DataInput in) |
void |
writeData(DataOutput out) |
void |
writeResponse(ManagementCenterService mcs,
DataOutput dos) |
public int getType()
getType in interface ConsoleRequestpublic Object readResponse(DataInput in) throws IOException
readResponse in interface ConsoleRequestIOExceptionpublic void writeResponse(ManagementCenterService mcs, DataOutput dos) throws Exception
writeResponse in interface ConsoleRequestExceptionpublic 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.