public class CachingStrategy
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CachingStrategy.Builder |
| Constructor | Description |
|---|---|
CachingStrategy(java.lang.Boolean dropBehind,
java.lang.Long readahead) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Boolean |
getDropBehind() |
|
java.lang.Long |
getReadahead() |
|
static CachingStrategy |
newDefaultStrategy() |
|
static CachingStrategy |
newDropBehind() |
|
java.lang.String |
toString() |
public CachingStrategy(java.lang.Boolean dropBehind,
java.lang.Long readahead)
public static CachingStrategy newDefaultStrategy()
public static CachingStrategy newDropBehind()
public java.lang.Boolean getDropBehind()
public java.lang.Long getReadahead()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.