Uses of Interface
net.ontopia.persistence.proxy.ClusterIF
Packages that use ClusterIF
Package
Description
An object-relational mapping framework.
-
Uses of ClusterIF in net.ontopia.persistence.proxy
Subinterfaces of ClusterIF in net.ontopia.persistence.proxyModifier and TypeInterfaceDescriptioninterfaceA ClusterIF implementation that exposes metrics about the cluster.Fields in net.ontopia.persistence.proxy declared as ClusterIFModifier and TypeFieldDescriptionprotected ClusterIFClusteredCache.clusterprotected ClusterIFSharedCache.clusterMethods in net.ontopia.persistence.proxy that return ClusterIFModifier and TypeMethodDescriptionClusterServiceIF.getCluster(String clusterName, RDBMSStorage storage) Get a ClusterIF implementation specific to this cluster service.Methods in net.ontopia.persistence.proxy that return types with arguments of type ClusterIFModifier and TypeMethodDescriptionRDBMSStorage.getCluster()StorageIF.getCluster()Returns the ClusterIF if one was configured.Methods in net.ontopia.persistence.proxy with parameters of type ClusterIFModifier and TypeMethodDescriptionGet a CachesIF implementation specific to this service, or null if a default implementation is to be used.voidSharedCache.setCluster(ClusterIF cluster) Constructors in net.ontopia.persistence.proxy with parameters of type ClusterIFModifierConstructorDescriptionClusteredCache(Map<K, V> cache, ClusterIF cluster, int cacheType, IdentityIF namespace) -
Uses of ClusterIF in net.ontopia.persistence.proxy.jgroups
Classes in net.ontopia.persistence.proxy.jgroups that implement ClusterIFModifier and TypeClassDescriptionclassINTERNAL: Class that represents a jgroups cluster of Ontopia instances.Methods in net.ontopia.persistence.proxy.jgroups that return ClusterIFModifier and TypeMethodDescriptionJGroupsClusterService.getCluster(String clusterName, RDBMSStorage storage) Methods in net.ontopia.persistence.proxy.jgroups with parameters of type ClusterIFConstructors in net.ontopia.persistence.proxy.jgroups with parameters of type ClusterIF