public class PartitionInformationWrapper extends Object
Constructor and Description |
---|
PartitionInformationWrapper(NodeInformation nodeInformation,
BagPartition partition,
boolean isLocal) |
Modifier and Type | Method and Description |
---|---|
boolean |
allowsRead() |
boolean |
allowsWrite() |
NodeInformation |
getNodeInformation() |
BagPartition |
getPartition() |
String |
getPartitionId() |
PartitionStates |
getPartitionState() |
boolean |
isComplete() |
boolean |
isLocal() |
String |
toString() |
public PartitionInformationWrapper(NodeInformation nodeInformation, BagPartition partition, boolean isLocal)
public String getPartitionId()
public NodeInformation getNodeInformation()
public BagPartition getPartition()
public boolean isLocal()
public boolean allowsWrite()
public boolean allowsRead()
public boolean isComplete()
public PartitionStates getPartitionState()
Copyright © 2015. All rights reserved.