| 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)
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.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.