Class ClusterTableRecordMapping

java.lang.Object
org.nustaq.reallive.server.storage.ClusterTableRecordMapping
All Implemented Interfaces:
java.io.Serializable

public class ClusterTableRecordMapping
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int NUM_BUCKET  
  • Constructor Summary

    Constructors 
    Constructor Description
    ClusterTableRecordMapping()  
  • Method Summary

    Modifier and Type Method Description
    void addBuckets​(int[] buckets)  
    static void checkBucket​(ClusterTableRecordMapping[] mappings, int num)  
    java.util.BitSet getBitset()  
    int getBucket​(int hashKey)  
    static void main​(java.lang.String[] args)  
    boolean matches​(int hashKey)  
    void setBucket​(int index, boolean b)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait