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 Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • write

      public int write(ByteBuffer src) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      write in interface WritableByteChannel
      Throws:
      IOException
    • flush

      public void flush() throws IOException
      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.
      Specified by:
      isOpen in interface Channel
    • close

      public void close() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Channel
      Specified by:
      close in interface Closeable
      Throws:
      IOException