Class CachingParams

java.lang.Object
org.apache.cassandra.schema.CachingParams

public final class CachingParams extends Object
  • Field Details

  • Constructor Details

    • CachingParams

      public CachingParams(boolean cacheKeys, int rowsPerPartitionToCache)
  • Method Details

    • cacheKeys

      public boolean cacheKeys()
    • cacheRows

      public boolean cacheRows()
    • cacheAllRows

      public boolean cacheAllRows()
    • rowsPerPartitionToCache

      public int rowsPerPartitionToCache()
    • fromMap

      public static CachingParams fromMap(Map<String,String> map)
    • asMap

      public Map<String,String> asMap()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object