| Package | Description |
|---|---|
| net.openhft.chronicle.queue.impl |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| net.openhft.chronicle.queue.impl.single | |
| net.openhft.chronicle.queue.impl.table |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableStore<T extends Metadata> |
| Modifier and Type | Class and Description |
|---|---|
class |
SCQMeta |
| Modifier and Type | Method and Description |
|---|---|
<T extends Metadata> |
SCQMeta.overrideFrom(T metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadonlyTableStore<T extends Metadata> |
class |
SingleTableBuilder<T extends Metadata> |
class |
SingleTableStore<T extends Metadata> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Metadata.NoMeta |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Metadata> |
SingleTableBuilder.binary(@NotNull File basePathFile,
T metadata) |
static <T extends Metadata> |
SingleTableBuilder.binary(@NotNull Path path,
T metadata) |
static <T extends Metadata> |
SingleTableBuilder.binary(@NotNull String file,
T metadata) |
static <T extends Metadata> |
SingleTableBuilder.builder(@NotNull File file,
@NotNull net.openhft.chronicle.wire.WireType wireType,
T metadata) |
default <T extends Metadata> |
Metadata.overrideFrom(T metadata) |
Copyright © 2022. All rights reserved.