public class NodeSize
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
NodeSize
public NodeSize(String nodeIdentifier,
long sizeInBytes)
-
Method Details
-
getNodeIdentifier
public String getNodeIdentifier()
-
getSizeInBytes
public long getSizeInBytes()
-
-
-