Package org.apache.solr.blockcache
Class BlockCacheKey
java.lang.Object
org.apache.solr.blockcache.BlockCacheKey
- All Implemented Interfaces:
Cloneable
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlockCacheKey
public BlockCacheKey()
-
-
Method Details
-
getPath
-
setPath
-
getBlock
public long getBlock() -
getFile
public int getFile() -
setBlock
public void setBlock(long block) -
setFile
public void setFile(int file) -
hashCode
public int hashCode() -
equals
-
clone
-