public final class StorageBucketId extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static StorageBucketId |
parse(String str)
Creates the ID from the string representation returned by
toString() |
StorageBucketId |
subBucketId(int childNumber)
Returns a sub-bucket id of the given child number.
|
String |
toString() |
public StorageBucketId subBucketId(int childNumber)
childNumber
- the sub-bucket idpublic static StorageBucketId parse(String str)
toString()
str
- the string representationCopyright © 2020 Actian Corporation. All rights reserved.