public interface IBucket
Modifier and Type | Method and Description |
---|---|
long |
getBucketKey()
Getting the key of a bucket for dereferencing over any pointers as well, the access in the log and for
retrieving buckets from the persistent storage.
|
com.google.common.hash.HashCode |
secureHash()
Getting a secure hash for a bucket.
|
void |
serialize(DataOutput pOutput)
Serializing to given dataput
|
long getBucketKey()
void serialize(DataOutput pOutput) throws TTIOException
pOutput
- to serialize toTTIOException
com.google.common.hash.HashCode secureHash()
Copyright © 2013. All Rights Reserved.