| Home >> All >> org >> apache >> slide >> [ cluster Javadoc ] |
org.apache.slide.cluster: Javadoc index of package org.apache.slide.cluster.
Package Samples:
org.apache.slide.cluster
Classes:
ClusterCacheRefresher: Description When configured properly this class will register with one or more external Slide instances and listen for changes. Upon notification of a change this class will cause the cache of the local Slide instance to be refreshed for the changed object. Usage Add the following to your Domain.xml inside the <events> node. <listener classname="org.apache.slide.cluster.ClusterCacheRefresher"> <configuration> <node local-host="local.host.domain" local-port="4444" repository-host="remote.host.domain" repository-port="8080" repository-protocol="http" ...
| Home | Contact Us | Privacy Policy | Terms of Service |