public class SingleChronicleQueueBuilder extends AbstractChronicleQueueBuilder<SingleChronicleQueueBuilder,SingleChronicleQueue>
blockSize, epoch, eventLoop, isBuffered, path, rollCycle, wireType
Constructor and Description |
---|
SingleChronicleQueueBuilder(File path)
Deprecated.
|
SingleChronicleQueueBuilder(String path)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SingleChronicleQueueBuilder |
binary(File basePathFile) |
static SingleChronicleQueueBuilder |
binary(Path path) |
static SingleChronicleQueueBuilder |
binary(String basePath) |
SingleChronicleQueue |
build() |
SingleChronicleQueueBuilder |
clone() |
static SingleChronicleQueueBuilder |
defaultZeroBinary(File basePathFile) |
static SingleChronicleQueueBuilder |
defaultZeroBinary(String basePath) |
static void |
init() |
static SingleChronicleQueueBuilder |
text(File name)
Deprecated.
|
blockSize, blockSize, bufferCapacity, bufferCapacity, bufferCapacity, buffered, buffered, epoch, epoch, eventLoop, eventLoop, getLogger, indexCount, indexCount, indexSpacing, indexSpacing, onRingBufferStats, onRingBufferStats, path, pauserSupplier, pauserSupplier, recoverySupplier, recoverySupplier, rollCycle, rollCycle, sourceId, sourceId, storeFactory, storeFactory, storeFileListener, storeFileListener, timeoutMS, timeoutMS, timeProvider, timeProvider, wireType, wireType
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
single, singleText
@Deprecated public SingleChronicleQueueBuilder(@NotNull String path)
@Deprecated public SingleChronicleQueueBuilder(@NotNull File path)
public static void init()
@NotNull public static SingleChronicleQueueBuilder binary(@NotNull Path path)
@NotNull public static SingleChronicleQueueBuilder binary(@NotNull String basePath)
@NotNull public static SingleChronicleQueueBuilder defaultZeroBinary(@NotNull String basePath)
@NotNull public static SingleChronicleQueueBuilder binary(@NotNull File basePathFile)
@NotNull public static SingleChronicleQueueBuilder defaultZeroBinary(@NotNull File basePathFile)
@Deprecated @NotNull public static SingleChronicleQueueBuilder text(@NotNull File name)
@NotNull public SingleChronicleQueue build()
@NotNull public SingleChronicleQueueBuilder clone()
Copyright © 2016. All rights reserved.