public class QueueCfg extends net.openhft.chronicle.wire.AbstractMarshallableCfg implements Installable
Constructor and Description |
---|
QueueCfg() |
Modifier and Type | Method and Description |
---|---|
boolean |
acknowledgment() |
@Nullable String |
basePath() |
@NotNull String |
cluster() |
@Nullable Void |
install(@NotNull String uriPath,
@NotNull AssetTree assetTree)
Installs this Configuration Object in the system.
|
int |
masterId() |
@Nullable MessageAdaptor |
messageAdaptor() |
@NotNull Class<?> |
messageClass() |
boolean |
pretouch() |
long |
pretouchIntervalMs() |
@NotNull Class<?> |
topicClass() |
@NotNull net.openhft.chronicle.wire.WireType |
wireType() |
readMarshallable, unexpectedField, writeMarshallable
usesSelfDescribingMessage
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
readMarshallable, unexpectedField
usesSelfDescribingMessage
$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, reset, setField, setLongField, streamFromFile, streamFromFile
@Nullable public @Nullable Void install(@NotNull @NotNull String uriPath, @NotNull @NotNull AssetTree assetTree)
Installable
install
in interface Installable
uriPath
- to install toassetTree
- where the given path residespublic int masterId()
@Nullable public @Nullable String basePath()
@NotNull public @NotNull Class<?> topicClass()
@NotNull public @NotNull Class<?> messageClass()
public boolean acknowledgment()
@Nullable public @Nullable MessageAdaptor messageAdaptor()
@NotNull public @NotNull net.openhft.chronicle.wire.WireType wireType()
@NotNull public @NotNull String cluster()
public boolean pretouch()
public long pretouchIntervalMs()
Copyright © 2021. All rights reserved.