| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_FETCH_TIMEOUT_MS |
static long |
DEFAULT_MAX_CACHE_CAPACITY_BYTES |
static long |
DEFAULT_MAX_FETCH_CAPACITY_BYTES |
| Constructor and Description |
|---|
PrefetchConfig(Long maxCacheCapacityBytes,
Long maxFetchCapacityBytes,
Long prefetchTriggerBytes,
Long fetchTimeout) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFetchTimeout() |
long |
getMaxCacheCapacityBytes() |
long |
getMaxFetchCapacityBytes() |
long |
getPrefetchTriggerBytes() |
public static final long DEFAULT_MAX_CACHE_CAPACITY_BYTES
public static final long DEFAULT_MAX_FETCH_CAPACITY_BYTES
public static final long DEFAULT_FETCH_TIMEOUT_MS
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.