@InterfaceAudience.Public @InterfaceStability.Evolving public interface CanSetDropBehind
Modifier and Type | Method and Description |
---|---|
void |
setDropBehind(Boolean dropCache)
Configure whether the stream should drop the cache.
|
void setDropBehind(Boolean dropCache) throws IOException, UnsupportedOperationException
dropCache
- Whether to drop the cache. null means to use the
default value.IOException
- If there was an error changing the dropBehind
setting.
UnsupportedOperationException If this stream doesn't support
setting the drop-behind.UnsupportedOperationException
Copyright © 2016 Apache Software Foundation. All rights reserved.