JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
alluxio.client
Interface CanUnbuffer
All Known Implementing Classes:
AlluxioFileInStream
,
AlluxioHdfsInputStream
,
BlockInStream
,
FileInStream
,
LocalCacheFileInStream
,
UfsFileInStream
public interface
CanUnbuffer
indicate that InputStream can clear their buffers on request.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
unbuffer
()
Reduce the buffering.
Method Detail
unbuffer
void unbuffer()
Reduce the buffering. This will also free sockets and file descriptors held by the stream, if possible.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2023. All Rights Reserved.