Package org.infinispan.io
Class WritableGridFileChannel
java.lang.Object
org.infinispan.io.WritableGridFileChannel
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Channel
,WritableByteChannel
Deprecated.
since 10.0
- Author:
- Marko Luksa
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated.void
flush()
Deprecated.boolean
isOpen()
Deprecated.int
write
(ByteBuffer src) Deprecated.
-
Method Details
-
write
Deprecated.- Throws:
IOException
-
flush
Deprecated.- Throws:
IOException
-
isOpen
public boolean isOpen()Deprecated. -
close
Deprecated.- Throws:
IOException
-