Package org.apache.cassandra.schema
Class CachingParams
java.lang.Object
org.apache.cassandra.schema.CachingParams
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CachingParamsstatic final CachingParamsstatic final CachingParamsstatic CachingParams -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CACHE_NOTHING
-
CACHE_KEYS
-
CACHE_EVERYTHING
-
DEFAULT
-
-
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
-
asMap
-
toString
-
equals
-
hashCode
public int hashCode()
-