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 | Method and Description |
---|---|
<R> R |
TableStore.doWithExclusiveLock(Function<TableStore<T>,? extends R> code)
Acquires file-system level lock on the underlying file, to prevent concurrent access from multiple processes.
|
Modifier and Type | Field and Description |
---|---|
protected @NotNull TableStore<SCQMeta> |
SingleChronicleQueue.metaStore |
Modifier and Type | Method and Description |
---|---|
TableStore |
SingleChronicleQueue.metaStore() |
Constructor and Description |
---|
TableStoreWriteLock(TableStore<?> tableStore,
Supplier<net.openhft.chronicle.threads.TimingPauser> pauser,
Long timeoutMs) |
TableStoreWriteLock(TableStore<?> tableStore,
Supplier<net.openhft.chronicle.threads.TimingPauser> pauser,
Long timeoutMs,
String lockKey) |
TSQueueLock(TableStore<?> tableStore,
Supplier<net.openhft.chronicle.threads.TimingPauser> pauser,
long timeoutMs) |
Modifier and Type | Class and Description |
---|---|
class |
ReadonlyTableStore<T extends Metadata> |
class |
SingleTableStore<T extends Metadata> |
Modifier and Type | Field and Description |
---|---|
protected TableStore |
AbstractTSQueueLock.tableStore |
Modifier and Type | Method and Description |
---|---|
@NotNull TableStore<T> |
SingleTableBuilder.build() |
Modifier and Type | Method and Description |
---|---|
<R> R |
ReadonlyTableStore.doWithExclusiveLock(Function<TableStore<T>,? extends R> code) |
Constructor and Description |
---|
AbstractTSQueueLock(String lockKey,
TableStore<?> tableStore,
Supplier<net.openhft.chronicle.threads.TimingPauser> pauserSupplier) |
Copyright © 2022. All rights reserved.