Annotation Interface HotRod
Configures the HotRod client used by a session repository.
- Author:
- Paul Ferraro
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe Infinispan server configuration template from which to create a remote cache.Property[]The HotRod client properties.The Infinispan server configuration template from which to create a remote cache.
-
Element Details
-
uri
String uriThe HotRod URI.- Returns:
- a HotRod URI.
-
-
-
template
String templateThe Infinispan server configuration template from which to create a remote cache.- Returns:
- an Infinispan server template
- Default:
- ""
-
configuration
String configurationThe Infinispan server configuration template from which to create a remote cache.- Returns:
- an Infinispan server template
- Default:
- "<distributed-cache mode=\"SYNC\"/>"
-
properties
Property[] propertiesThe HotRod client properties.- Returns:
- an array of HotRod client properties.
- Default:
- {}
-