public class CachingStrategy extends Object
Constructor and Description |
---|
CachingStrategy(Boolean dropBehind,
Long readahead) |
Modifier and Type | Method and Description |
---|---|
CachingStrategy |
duplicate() |
Boolean |
getDropBehind() |
Long |
getReadahead() |
static CachingStrategy |
newDefaultStrategy() |
static CachingStrategy |
newDropBehind() |
void |
setDropBehind(Boolean dropBehind) |
void |
setReadahead(Long readahead) |
String |
toString() |
public static CachingStrategy newDefaultStrategy()
public static CachingStrategy newDropBehind()
public CachingStrategy duplicate()
public Boolean getDropBehind()
public void setDropBehind(Boolean dropBehind)
public Long getReadahead()
public void setReadahead(Long readahead)
Copyright © 2013 Apache Software Foundation. All rights reserved.