Uses of Interface
com.logicaldoc.enterprise.cluster.PayloadHandler
-
Packages that use PayloadHandler Package Description com.logicaldoc.enterprise.cluster com.logicaldoc.enterprise.storer -
-
Uses of PayloadHandler in com.logicaldoc.enterprise.cluster
Classes in com.logicaldoc.enterprise.cluster that implement PayloadHandler Modifier and Type Class Description class
ClusterSearchEngine
A cluster-aware search engine.class
ScopedContextProperties
Extension of the standard ContextProperties able to give a scope(local or shared) to the config parameters.Methods in com.logicaldoc.enterprise.cluster with parameters of type PayloadHandler Modifier and Type Method Description void
Cluster. addHandler(String type, PayloadHandler handler)
-
Uses of PayloadHandler in com.logicaldoc.enterprise.storer
Classes in com.logicaldoc.enterprise.storer that implement PayloadHandler Modifier and Type Class Description class
ClusterStorer
A cluster-aware storer that is able to retrieve documents located in other nodes in the same cluster.
-