Generated by
JDiff

Class org.infinispan.client.hotrod.RemoteCacheManager

Added interface org.infinispan.commons.api.BasicCacheContainer.
Documentation changed from old to new.

Removed Constructors
RemoteCacheManager(Marshaller, Properties) Same as .RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true.
RemoteCacheManager(Marshaller, Properties, ExecutorFactory) Same as .RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true.
RemoteCacheManager(Marshaller, Properties, boolean) Builds a remote cache manager that relies on the provided Marshaller for marshalling keys and values to be send over to the remote Infinispan cluster.
RemoteCacheManager(Marshaller, Properties, boolean, ClassLoader, ExecutorFactory) Builds a remote cache manager that relies on the provided Marshaller for marshalling keys and values to be send over to the remote Infinispan cluster.
RemoteCacheManager(Marshaller, Properties, ClassLoader) Same as .RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true.
RemoteCacheManager(Properties, boolean, ClassLoader, ExecutorFactory) Build a cache manager based on supplied properties.
 

Added Constructors
RemoteCacheManager(Properties, boolean, ClassLoader, ExecutorFactory) Build a cache manager based on supplied properties.
RemoteCacheManager(Marshaller, Properties) Same as .RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true.
RemoteCacheManager(Marshaller, Properties, boolean) Builds a remote cache manager that relies on the provided Marshaller for marshalling keys and values to be send over to the remote Infinispan cluster.
RemoteCacheManager(Marshaller, Properties, boolean, ClassLoader, ExecutorFactory) Builds a remote cache manager that relies on the provided Marshaller for marshalling keys and values to be send over to the remote Infinispan cluster.
RemoteCacheManager(Marshaller, Properties, ClassLoader) Same as .RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true.
RemoteCacheManager(Marshaller, Properties, ExecutorFactory) Same as .RemoteCacheManager(Marshaller, java.util.Properties, boolean) with start = true.
 

Changed Methods
Marshaller getMarshaller() Change in return type from Marshaller to org.infinispan.commons.marshall.Marshaller.