Package org.apache.solr.store.blockcache
Class BlockCacheKey
- java.lang.Object
-
- org.apache.solr.store.blockcache.BlockCacheKey
-
-
Constructor Summary
Constructors Constructor Description BlockCacheKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockCacheKeyclone()booleanequals(Object obj)longgetBlock()intgetFile()StringgetPath()inthashCode()voidsetBlock(long block)voidsetFile(int file)voidsetPath(String path)
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getBlock
public long getBlock()
-
getFile
public int getFile()
-
setBlock
public void setBlock(long block)
-
setFile
public void setFile(int file)
-
clone
public BlockCacheKey clone()
-
-