- dataVersion() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
-
- dataVersion() - Method in interface net.openhft.chronicle.queue.impl.WireStore
-
- decodingSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- DEFAULT - Static variable in enum net.openhft.chronicle.queue.RollCycles
-
- DEFAULT_ROLL_CYCLE_PROPERTY - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- DefaultCycleCalculator - Enum in net.openhft.chronicle.queue
-
- defaultIndexCount() - Method in interface net.openhft.chronicle.queue.RollCycle
-
- defaultIndexCount() - Method in enum net.openhft.chronicle.queue.RollCycles
-
- defaultIndexSpacing() - Method in interface net.openhft.chronicle.queue.RollCycle
-
Returns the space between excerpts that are explicitly indexed.
- defaultIndexSpacing() - Method in enum net.openhft.chronicle.queue.RollCycles
-
- defaultValue() - Method in enum net.openhft.chronicle.queue.impl.single.MetaDataField
-
- defaultZeroBinary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- deltaBinary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- deltaBinary(File, byte) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- deltaCheckpointInterval() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
Returns the Delta Checkpoint Interval for this ChronicleQueue.
- deltaCheckpointInterval() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
-
- deltaCheckpointInterval() - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
-
- deltaCheckpointInterval() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
-
- deltaCheckpointInterval() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- direction(TailerDirection) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
-
Sets the direction of this ExcerptTailer.
- direction() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
-
Returns the direction of this ExcerptTailer.
- DirectoryListing - Interface in net.openhft.chronicle.queue.impl.single
-
- DISABLE_QUEUE_FILE_SHRINKING - Static variable in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
-
- disableThreadSafetyCheck(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptCommon
-
When set to true this Appender or Tailer can be shared between thread provided you ensure they used in a thread safe manner.
- disableThreadSafetyCheck(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
-
- DISK_SPACE_CHECKER_NAME - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
-
- dontRecoverLockTimeout - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
-
- doubleBuffer - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
-
- doubleBuffer() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- doubleBuffer(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
Enables double-buffered writes on contention.
- doWithExclusiveLock(Function<TableStore<T>, ? extends R>) - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
-
- doWithExclusiveLock(File, Function<T, ? extends R>, Supplier<T>) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
-
- doWithExclusiveLock(Function<TableStore<T>, ? extends R>) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
-
Acquires file-system level lock on the underlying file, to prevent concurrent access from multiple processes.
- doWithExclusiveLock(Function<TableStore<T>, ? extends R>) - Method in interface net.openhft.chronicle.queue.impl.TableStore
-
Acquires file-system level lock on the underlying file, to prevent concurrent access from multiple processes.
- doWithSharedLock(File, Function<T, ? extends R>, Supplier<T>) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
-
- drainerPriority() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
Priority for ring buffer's drainer handler
- drainerPriority(HandlerPriority) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- drainerTimeoutMS() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- drainerTimeoutMS(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
-
- DummyMethodReaderQueueEntryHandler - Class in net.openhft.chronicle.queue.reader
-
- DummyMethodReaderQueueEntryHandler(WireType) - Constructor for class net.openhft.chronicle.queue.reader.DummyMethodReaderQueueEntryHandler
-
- dump() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
Creates and returns a new String representation of this ChronicleQueue in YAML-format.
- dump(Writer, long, long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
Dumps a representation of this ChronicleQueue to the provided writer
in YAML-format.
- dump(OutputStream, long, long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
Dumps a representation of this ChronicleQueue to the provided stream
in YAML-format.
- dump(String) - Static method in class net.openhft.chronicle.queue.DumpQueueMain
-
- dump(File, PrintStream, long) - Static method in class net.openhft.chronicle.queue.DumpQueueMain
-
- dump() - Method in interface net.openhft.chronicle.queue.impl.CommonStore
-
- dump() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
-
- dump(Writer, long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
-
- dump(String) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
-
- dump() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
-
- dump() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
-
- dump() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
-
- dumpHeader() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
-
- dumpHeader() - Method in interface net.openhft.chronicle.queue.impl.WireStore
-
- dumpLastHeader() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
Creates and returns a new String representation of this ChronicleQueue's last header in YAML-format.
- dumpLastHeader() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
-
- DumpQueueMain - Class in net.openhft.chronicle.queue
-
- DumpQueueMain() - Constructor for class net.openhft.chronicle.queue.DumpQueueMain
-
- validate() - Method in class net.openhft.chronicle.queue.QueueOffsetSpec
-
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.BufferMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.DefaultCycleCalculator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.BinarySearch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.MetaDataField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.MetaDataKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.ScanResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.SCQTools
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.table.Metadata.NoMeta
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.NoMessageHistory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.QueueOffsetSpec.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.RollCycles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.TailerDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.TailerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.util.FileState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.openhft.chronicle.queue.BufferMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.DefaultCycleCalculator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.impl.single.BinarySearch
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.impl.single.MetaDataField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.impl.single.MetaDataKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.impl.single.ScanResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.impl.single.SCQTools
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.impl.table.Metadata.NoMeta
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.NoMessageHistory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.QueueOffsetSpec.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.RollCycles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.TailerDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.TailerState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.queue.util.FileState
-
Returns an array containing the constants of this enum type, in
the order they are declared.