java.lang.Object
com.pervasive.datarush.cal.StorageBucketId
- All Implemented Interfaces:
Serializable
A storage bucket represents one unit of work to be exchanged by nodes in the
cluster. Storage buckets are unique in the scope of a single StorageManager.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static StorageBucketIdCreates the ID from the string representation returned bytoString()subBucketId(int childNumber) Returns a sub-bucket id of the given child number.toString()
-
Method Details
-
equals
-
subBucketId
Returns a sub-bucket id of the given child number.- Parameters:
childNumber- the sub-bucket id- Returns:
- the sub-bucket id
-
parse
Creates the ID from the string representation returned bytoString()- Parameters:
str- the string representation- Returns:
- the id
-
hashCode
public int hashCode() -
toString
-