Annotation Type HotRod
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface HotRod
Configures the HotRod client used by a session repository.- Author:
- Paul Ferraro
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Property[]propertiesThe HotRod client properties.StringtemplateThe Infinispan server configuration template from which to create a remote cache.
-
-
-
Element Detail
-
uri
String uri
The HotRod URI.- Returns:
- a HotRod URI.
-
-
-
template
String template
The Infinispan server configuration template from which to create a remote cache.- Returns:
- an Infinispan server template
- Default:
- "org.infinispan.DIST_SYNC"
-
-
-
properties
Property[] properties
The HotRod client properties.- Returns:
- an array of HotRod client properties.
- Default:
- {}
-
-