CryptoFSDataInputStream, CryptoFSDataOutputStream, CryptoInputStream, CryptoOutputStream, FSDataInputStream, FSDataOutputStream@Public
@Evolving
public interface CanSetDropBehind
| Modifier and Type | Method | Description |
|---|---|---|
void |
setDropBehind(java.lang.Boolean dropCache) |
Configure whether the stream should drop the cache.
|
void setDropBehind(java.lang.Boolean dropCache)
throws java.io.IOException,
java.lang.UnsupportedOperationException
dropCache - Whether to drop the cache. null means to use the
default value.java.io.IOException - If there was an error changing the dropBehind
setting.
UnsupportedOperationException If this stream doesn't support
setting the drop-behind.java.lang.UnsupportedOperationExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.