com.caucho.server.jcache
Class CacheEntryMetadata

java.lang.Object
  extended by com.caucho.server.jcache.CacheEntryMetadata

public class CacheEntryMetadata
extends java.lang.Object


Constructor Summary
CacheEntryMetadata()
           
 
Method Summary
 byte[] getKeyHash()
          20-byte SHA-1 hash of the key
 int getPrimary()
           
 int getSecondary()
           
 int getTertiary()
           
 byte[] getValueHash()
          20-byte SHA-1 hash of the serialized value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheEntryMetadata

public CacheEntryMetadata()
Method Detail

getKeyHash

public byte[] getKeyHash()
20-byte SHA-1 hash of the key


getValueHash

public byte[] getValueHash()
20-byte SHA-1 hash of the serialized value


getPrimary

public int getPrimary()

getSecondary

public int getSecondary()

getTertiary

public int getTertiary()