Uses of Enum Class
org.apache.camel.component.hazelcast.HazelcastCommand
Packages that use HazelcastCommand
-
Uses of HazelcastCommand in org.apache.camel.component.hazelcast
Fields in org.apache.camel.component.hazelcast declared as HazelcastCommandMethods in org.apache.camel.component.hazelcast that return HazelcastCommandModifier and TypeMethodDescriptionHazelcastDefaultEndpoint.getCommand()static HazelcastCommandReturns the enum constant of this class with the specified name.static HazelcastCommand[]HazelcastCommand.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.hazelcast with parameters of type HazelcastCommandModifier and TypeMethodDescriptionvoidHazelcastDefaultEndpoint.setCommand(HazelcastCommand command) What operation to perform.