Uses of Class
org.jgroups.blocks.MemcachedConnector.Request.Type
-
Packages that use MemcachedConnector.Request.Type Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of MemcachedConnector.Request.Type in org.jgroups.blocks
Methods in org.jgroups.blocks that return MemcachedConnector.Request.Type Modifier and Type Method Description static MemcachedConnector.Request.Type
MemcachedConnector.Request.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MemcachedConnector.Request.Type[]
MemcachedConnector.Request.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-