| Package | Description |
|---|---|
| net.openhft.chronicle.queue.impl | |
| 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 TableStore<SCQMeta> |
SingleChronicleQueueBuilder.metaStore |
| Modifier and Type | Method and Description |
|---|---|
protected TableStore<SCQMeta> |
SingleChronicleQueueBuilder.metaStore() |
| Constructor and Description |
|---|
ReferenceTracker(TableStore<?> backingStore) |
TableStoreWriteLock(TableStore<?> tableStore,
Supplier<net.openhft.chronicle.threads.TimingPauser> pauser,
Long timeoutMs) |
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 |
|---|---|
TableStore<T> |
SingleTableBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
SingleTableStore.doWithExclusiveLock(Function<TableStore<T>,? extends R> code)
Acquires file-system level lock on the underlying file, to prevent concurrent access from multiple processes.
|
<R> R |
ReadonlyTableStore.doWithExclusiveLock(Function<TableStore<T>,? extends R> code) |
| Constructor and Description |
|---|
AbstractTSQueueLock(String lockKey,
TableStore<?> tableStore,
Supplier<net.openhft.chronicle.threads.TimingPauser> pauser) |
Copyright © 2018. All rights reserved.