| Package | Description |
|---|---|
| org.infinispan.persistence.sifs |
Soft Index
AdvancedLoadWriteStore. |
| Modifier and Type | Method and Description |
|---|---|
FileProvider.Handle |
FileProvider.getFile(int fileId) |
| Modifier and Type | Method and Description |
|---|---|
EntryRecord |
EntryRecord.loadMetadataAndValue(FileProvider.Handle handle,
int offset) |
static EntryHeader |
EntryRecord.readEntryHeader(FileProvider.Handle handle,
long offset) |
static byte[] |
EntryRecord.readKey(FileProvider.Handle handle,
EntryHeader header,
long offset) |
static byte[] |
EntryRecord.readMetadata(FileProvider.Handle handle,
EntryHeader header,
long offset) |
static byte[] |
EntryRecord.readValue(FileProvider.Handle handle,
EntryHeader header,
long offset) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.