org.apache.jackrabbit.oak.spi.blob
Class AbstractBlobStore.BlockId

java.lang.Object
  extended by org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.BlockId
Enclosing class:
AbstractBlobStore

public static class AbstractBlobStore.BlockId
extends Object

A block id. Blocks are small enough to fit in memory, so they can be cached.


Method Summary
 boolean equals(Object other)
           
 byte[] getDigest()
           
 long getPos()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getDigest

public byte[] getDigest()

getPos

public long getPos()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.