public static class DetectDeadlockRequest.Vertex extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
void |
addIncoming(DetectDeadlockRequest.Edge edge) |
void |
addOutgoing(DetectDeadlockRequest.Edge edge) |
boolean |
equals(Object o) |
List<DetectDeadlockRequest.Edge> |
getIncomings() |
List<DetectDeadlockRequest.Edge> |
getOutgoings() |
DistributedLock |
getOwner() |
int |
getVisited() |
int |
hashCode() |
String |
name() |
String |
toString() |
DetectDeadlockRequest.Vertex |
visit(List<DetectDeadlockRequest.Edge> list) |
public void addIncoming(DetectDeadlockRequest.Edge edge)
public void addOutgoing(DetectDeadlockRequest.Edge edge)
public DetectDeadlockRequest.Vertex visit(List<DetectDeadlockRequest.Edge> list)
public int getVisited()
public DistributedLock getOwner()
public List<DetectDeadlockRequest.Edge> getIncomings()
public List<DetectDeadlockRequest.Edge> getOutgoings()
public String name()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.