- setAction(String) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
The default action to perform, valid values are:
- PUBLISH
- PPUBLISH_AND_INDEX
- PPUT
- PGET_AND_PUT
- PPUT_ALL
- PPUT_IF_ABSENT
- PGET
- PGET_AND_REMOVE
- PREMOVE
- PIS_EMPTY
- PSIZE
- setAddresses(String) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineEndpoint
-
- setClusterName(String) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
Cluster name for queue
- setConfiguration(ChronicleEngineConfiguration) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineEndpoint
-
- setFilteredMapEvents(String) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
A comma separated list of Map event type to filer, valid values are: INSERT, UPDATE, REMOVE.
- setFilteredMapEvents(String[]) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
The list of Map event type to filer, valid values are: INSERT, UPDATE, REMOVE.
- setPath(String) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineEndpoint
-
- setPersistent(boolean) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
Enable/disable data persistence
- setSubscribeMapEvents(boolean) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
Set if consumer should subscribe to Map events, default true.
- setSubscribeTopicEvents(boolean) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
Set if consumer should subscribe to TopicEvents,d efault false.
- setSubscribeTopologicalEvents(boolean) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
Set if consumer should subscribe to TopologicalEvents,d efault false.
- setWireType(String) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
The Wire type to use, default to binary wire.
- setWireType(WireType) - Method in class org.apache.camel.component.chronicle.engine.ChronicleEngineConfiguration
-
The Wire type to use, default to binary wire.