public static class CachingOptions.RowCache
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CachingOptions.RowCache.Type |
Modifier and Type | Field and Description |
---|---|
int |
rowsToCache |
CachingOptions.RowCache.Type |
type |
Constructor and Description |
---|
RowCache(CachingOptions.RowCache.Type type) |
RowCache(CachingOptions.RowCache.Type type,
int rowsToCache) |
Modifier and Type | Method and Description |
---|---|
boolean |
cacheFullPartitions() |
boolean |
equals(java.lang.Object o) |
static CachingOptions.RowCache |
fromString(java.lang.String rowCache) |
int |
hashCode() |
boolean |
isEnabled() |
java.lang.String |
toString() |
public final CachingOptions.RowCache.Type type
public final int rowsToCache
public RowCache(CachingOptions.RowCache.Type type)
public RowCache(CachingOptions.RowCache.Type type, int rowsToCache)
public static CachingOptions.RowCache fromString(java.lang.String rowCache)
public boolean isEnabled()
public boolean cacheFullPartitions()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2016 The Apache Software Foundation