Package | Description |
---|---|
org.apache.cassandra.cache |
Modifier and Type | Field and Description |
---|---|
CachingOptions.RowCache.Type |
CachingOptions.RowCache.type |
Modifier and Type | Method and Description |
---|---|
static CachingOptions.RowCache.Type |
CachingOptions.RowCache.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CachingOptions.RowCache.Type[] |
CachingOptions.RowCache.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CachingOptions.RowCache(CachingOptions.RowCache.Type type) |
CachingOptions.RowCache(CachingOptions.RowCache.Type type,
int rowsToCache) |
Copyright © 2014 The Apache Software Foundation