org.apache.solr.store.blockcache
Class BlockCacheKey

java.lang.Object
  extended by org.apache.solr.store.blockcache.BlockCacheKey
All Implemented Interfaces:
Cloneable

public class BlockCacheKey
extends Object
implements Cloneable


Constructor Summary
BlockCacheKey()
           
 
Method Summary
 BlockCacheKey clone()
           
 boolean equals(Object obj)
           
 long getBlock()
           
 int getFile()
           
 int hashCode()
           
 void setBlock(long block)
           
 void setFile(int file)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockCacheKey

public BlockCacheKey()
Method Detail

getBlock

public long getBlock()

getFile

public int getFile()

setBlock

public void setBlock(long block)

setFile

public void setFile(int file)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

clone

public BlockCacheKey clone()
Overrides:
clone in class Object


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.