Uses of Class
org.infinispan.io.WritableGridFileChannel
Packages that use WritableGridFileChannel
Package
Description
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 WritableGridFileChannelModifier and TypeMethodDescriptionGridFilesystem.getWritableChannel
(String pathname) Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.GridFilesystem.getWritableChannel
(String pathname, boolean append) Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.GridFilesystem.getWritableChannel
(String pathname, boolean append, int chunkSize) Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.