- SequenceComparator - Class in org.apache.camel.component.zookeeper
-
Nodes created with any of Sequential CreateModes will have a 10
character sequence attached to their node names.
- SequenceComparator() - Constructor for class org.apache.camel.component.zookeeper.SequenceComparator
-
- setAwaitExistence(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
- setAwaitExistence(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setBackoff(long) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setBackoff(long) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
The time interval to backoff for after an error before retrying.
- setBackoff(long) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
The time interval to backoff for after an error before retrying.
- setBackoff(long) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setConfiguration(ZooKeeperConfiguration) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setConfiguration(ZooKeeperConfiguration) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
To use a shared ZooKeeperConfiguration.
- setConfiguration(ZooKeeperConfiguration) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setCreate(Boolean) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setCreate(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
Should the endpoint create the node if it does not currently exist.
- setCreate(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
Should the endpoint create the node if it does not currently exist.
- setCreate(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setCreateMode(CreateMode) - Method in class org.apache.camel.component.zookeeper.operations.CreateOperation
-
- setCreateMode(String) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setCreateMode(String) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
The create mode that should be used for the newly created node
- setCreateMode(String) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
The create mode that should be used for the newly created node
- setData(byte[]) - Method in class org.apache.camel.component.zookeeper.operations.CreateOperation
-
- SetDataOperation - Class in org.apache.camel.component.zookeeper.operations
-
SetDataOperation sets the content of a ZooKeeper node.
- SetDataOperation(ZooKeeper, String, byte[]) - Constructor for class org.apache.camel.component.zookeeper.operations.SetDataOperation
-
- setListChildren(Boolean) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setListChildren(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
Whether the children of the node should be listed
- setListChildren(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
Whether the children of the node should be listed
- setListChildren(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setPath(String) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setPath(String) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
The node in the ZooKeeper server (aka znode)
- setPath(String) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
The node in the ZooKeeper server (aka znode)
- setPath(String) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setPermissions(List<ACL>) - Method in class org.apache.camel.component.zookeeper.operations.CreateOperation
-
- setRepeat(Boolean) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setRepeat(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
Should changes to the znode be 'watched' and repeatedly processed.
- setRepeat(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
Should changes to the znode be 'watched' and repeatedly processed.
- setRepeat(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setSendEmptyMessageOnDelete(Boolean) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setSendEmptyMessageOnDelete(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
Upon the delete of a znode, should an empty message be send to the consumer
- setSendEmptyMessageOnDelete(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
Upon the delete of a znode, should an empty message be send to the consumer
- setSendEmptyMessageOnDelete(boolean) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setServers(List<String>) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setServers(List<String>) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
The zookeeper server hosts
- setServers(List<String>) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
The zookeeper server hosts
- setServers(List<String>) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setShouldStopConsumer(boolean) - Method in class org.apache.camel.component.zookeeper.policy.ZooKeeperRoutePolicy
-
- setTimeout(Integer) - Method in class org.apache.camel.component.zookeeper.springboot.ZooKeeperComponentConfiguration
-
- setTimeout(int) - Method in class org.apache.camel.component.zookeeper.ZooKeeperComponent
-
The time interval to wait on connection before timing out.
- setTimeout(int) - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
The time interval to wait on connection before timing out.
- setTimeout(int) - Method in class org.apache.camel.component.zookeeper.ZooKeeperEndpoint
-
- setVersion(int) - Method in class org.apache.camel.component.zookeeper.operations.DeleteOperation
-
- setVersion(int) - Method in class org.apache.camel.component.zookeeper.operations.SetDataOperation
-
- shouldAwaitExistence() - Method in class org.apache.camel.component.zookeeper.ZooKeeperConfiguration
-
- shouldProduceExchange() - Method in class org.apache.camel.component.zookeeper.operations.ZooKeeperOperation
-
- shutdown() - Method in class org.apache.camel.component.zookeeper.ZooKeeperConnectionManager
-