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,? extends R> code)
Acquires file-system level lock on the underlying file, to prevent concurrent access from multiple processes.
|
Constructor and Description |
---|
ReferenceTracker(TableStore backingStore) |
Modifier and Type | Class and Description |
---|---|
class |
SingleTableStore |
Modifier and Type | Method and Description |
---|---|
TableStore |
SingleTableBuilder.build() |
Modifier and Type | Method and Description |
---|---|
<R> R |
SingleTableStore.doWithExclusiveLock(Function<TableStore,? extends R> code)
Acquires file-system level lock on the underlying file, to prevent concurrent access from multiple processes.
|
Copyright © 2018. All rights reserved.