Class BlockCacheKey

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

public class BlockCacheKey extends Object implements Cloneable
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • BlockCacheKey

      public BlockCacheKey()
  • Method Details

    • 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)
    • 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