Package org.infinispan.io
Class WritableGridFileChannel
java.lang.Object
org.infinispan.io.WritableGridFileChannel
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Channel
,WritableByteChannel
@Deprecated(forRemoval=true)
public class WritableGridFileChannel
extends Object
implements WritableByteChannel
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.0
- Author:
- Marko Luksa
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated, for removal: This API element is subject to removal in a future version.void
flush()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isOpen()
Deprecated, for removal: This API element is subject to removal in a future version.int
write
(ByteBuffer src) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
write
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
write
in interfaceWritableByteChannel
- Throws:
IOException
-
flush
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
IOException
-
isOpen
public boolean isOpen()Deprecated, for removal: This API element is subject to removal in a future version. -
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceChannel
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-