Package | Description |
---|---|
org.infinispan.io |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.