Uses of Class
org.apache.camel.component.hazelcast.HazelcastCommand
-
Packages that use HazelcastCommand Package Description org.apache.camel.component.hazelcast -
-
Uses of HazelcastCommand in org.apache.camel.component.hazelcast
Fields in org.apache.camel.component.hazelcast declared as HazelcastCommand Modifier and Type Field Description protected HazelcastCommandHazelcastDefaultEndpoint. commandMethods in org.apache.camel.component.hazelcast that return HazelcastCommand Modifier and Type Method Description HazelcastCommandHazelcastDefaultEndpoint. getCommand()static HazelcastCommandHazelcastCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static HazelcastCommand[]HazelcastCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.hazelcast with parameters of type HazelcastCommand Modifier and Type Method Description voidHazelcastDefaultEndpoint. setCommand(HazelcastCommand command)What operation to perform.
-