Uses of Class
org.infinispan.io.WritableGridFileChannel
-
Packages that use WritableGridFileChannel Package Description org.infinispan.io Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of WritableGridFileChannel in org.infinispan.io
Methods in org.infinispan.io that return WritableGridFileChannel Modifier and Type Method Description WritableGridFileChannel
GridFilesystem. getWritableChannel(String pathname)
Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.WritableGridFileChannel
GridFilesystem. getWritableChannel(String pathname, boolean append)
Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.WritableGridFileChannel
GridFilesystem. getWritableChannel(String pathname, boolean append, int chunkSize)
Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.
-