public static class SegmentNodeStore.SegmentNodeStoreBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
@NotNull SegmentNodeStore |
build() |
@NotNull SegmentNodeStore.SegmentNodeStoreBuilder |
dispatchChanges(boolean dispatchChanges) |
java.lang.String |
toString() |
@NotNull SegmentNodeStore.SegmentNodeStoreBuilder |
withLoggingHook(java.util.function.Consumer<java.lang.String> writer)
LoggingHook for recording write operations to a log file |
@NotNull SegmentNodeStore.SegmentNodeStoreBuilder |
withStatisticsProvider(@NotNull StatisticsProvider statisticsProvider)
StatisticsProvider for collecting statistics related to SegmentStore |
@NotNull public @NotNull SegmentNodeStore.SegmentNodeStoreBuilder dispatchChanges(boolean dispatchChanges)
@NotNull public @NotNull SegmentNodeStore.SegmentNodeStoreBuilder withStatisticsProvider(@NotNull @NotNull StatisticsProvider statisticsProvider)
StatisticsProvider
for collecting statistics related to SegmentStorestatisticsProvider
- @NotNull public @NotNull SegmentNodeStore.SegmentNodeStoreBuilder withLoggingHook(java.util.function.Consumer<java.lang.String> writer)
LoggingHook
for recording write operations to a log file@NotNull public @NotNull SegmentNodeStore build()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.