Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.io.WritableGridFileChannel

Packages that use WritableGridFileChannel
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
 WritableGridFileChannel GridFilesystem.getWritableChannel(String pathname)
          Opens a WritableGridFileChannel for writing to the file denoted by pathname.
 WritableGridFileChannel GridFilesystem.getWritableChannel(String pathname, boolean append)
          Opens a WritableGridFileChannel for writing to the file denoted by pathname.
 WritableGridFileChannel GridFilesystem.getWritableChannel(String pathname, boolean append, int chunkSize)
          Opens a WritableGridFileChannel for writing to the file denoted by pathname.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.