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 TypeMethodDescriptionvoidclose()Deprecated.voidflush()Deprecated.booleanisOpen()Deprecated.intwrite(ByteBuffer src) Deprecated.
-
Method Details
-
write
Deprecated.- Throws:
IOException
-
flush
Deprecated.- Throws:
IOException
-
isOpen
public boolean isOpen()Deprecated. -
close
Deprecated.- Throws:
IOException
-