hcache-clustered.3.10.8.source-code.ehcache-clustered-ext.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache-clustered Show documentation
Show all versions of ehcache-clustered Show documentation
Ehcache 3 Clustered: Defines the client jar and the kit containing the Terracotta server
The newest version!
Used within the /config/service element of an Ehcache configuration, this element
describes cluster service properties.
Specifies the cluster connection as a sequence of servers and a cluster tier manager identifier.
Specifies the cluster connection as a single embedded URL.
Specifies the server-side configuration of the entity to be accessed and or created.
Specifies the amount of time a cache read operation will wait for a response from a cluster
server before abandoning the cluster operation.
Specifies the amount of time a cache write operation will wait for a response from a cluster
server before abandoning the cluster operation.
Specifies the amount of time a cache will wait to connect to a cluster
server before abandoning the cluster operation.
Identifies a single cluster member by URL.
Cluster Tier Manager identifier.
Data specific to a particular server.
The host that the server is running on.
The port that the server is listening on.
Specifies the default server-side storage resource to use for storing cache data.
Defines a pool of server-side storage resource to be shared amongst multiple caches.
True if server side components should be automatically created if they are absent.
This attribute is deprecated, and has been replaced by the 'client-mode' attribute.
Use of both at the same time (although legal per the schema) will fail at parse time in Ehcache.
xml:lang="en">
The client connection behavior, either:
* expecting - expect a matching server configuration (fail otherwise)
* auto-create - expect a matching server configuration or create one if none is present
* auto-create-on-reconnect - as 'auto-create' but also auto-create on reconnection
Shared pool name.
Clustered cache resource with a dedicated size.
Clustered cache resource sharing a pool with other cache resources.
Name of the shared pool this resource uses.
Clustered cache resource which inherits the resource pool configured on the server.
Optional reference to a server-side storage resource.
Required reference to a server-side storage resource.