Uses of Enum
org.apache.commons.jcs3.auxiliary.lateral.LateralCommand
Packages that use LateralCommand
Package
Description
Root package for the lateral cache family.
-
Uses of LateralCommand in org.apache.commons.jcs3.auxiliary.lateral
Fields in org.apache.commons.jcs3.auxiliary.lateral declared as LateralCommandModifier and TypeFieldDescriptionLateralElementDescriptor.command
The operation has been requested by the client.Methods in org.apache.commons.jcs3.auxiliary.lateral that return LateralCommandModifier and TypeMethodDescriptionLateralElementDescriptor.getCommand()
Return operation requested by the clientstatic LateralCommand
Returns the enum constant of this type with the specified name.static LateralCommand[]
LateralCommand.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.jcs3.auxiliary.lateral with parameters of type LateralCommandModifierConstructorDescriptionLateralElementDescriptor
(ICacheElement<K, V> ce, LateralCommand command) Constructor for the LateralElementDescriptor objectLateralElementDescriptor
(ICacheElement<K, V> ce, LateralCommand command, long requesterId) Constructor for the LateralElementDescriptor object