public class CachingStrategy extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CachingStrategy.Builder |
Constructor and Description |
---|
CachingStrategy(Boolean dropBehind,
Long readahead) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDropBehind() |
Long |
getReadahead() |
static CachingStrategy |
newDefaultStrategy() |
static CachingStrategy |
newDropBehind() |
String |
toString() |
public static CachingStrategy newDefaultStrategy()
public static CachingStrategy newDropBehind()
public Boolean getDropBehind()
public Long getReadahead()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.