C# Class Infinispan.HotRod.Wrappers.RemoteCacheManager

Show file Open project: infinispan/dotnet-client

Public Methods

Method Description
GetCache ( ) : RemoteCache
GetCache ( String cacheName ) : RemoteCache
GetCache ( String cacheName, bool forceReturnValue ) : RemoteCache
GetCache ( bool forceReturnValue ) : RemoteCache
IsStarted ( ) : bool
RemoteCacheManager ( ) : System
RemoteCacheManager ( Configuration configuration ) : System
RemoteCacheManager ( Configuration configuration, Infinispan marshaller ) : System
RemoteCacheManager ( Configuration configuration, Infinispan marshaller, bool start ) : System
RemoteCacheManager ( Configuration configuration, bool start ) : System
RemoteCacheManager ( Configuration configuration, bool start, bool useCompatibilityMarshaller ) : System
RemoteCacheManager ( bool start ) : System
Start ( ) : void
Stop ( ) : void

Method Details

GetCache() public method

public GetCache ( ) : RemoteCache
return RemoteCache

GetCache() public method

public GetCache ( String cacheName ) : RemoteCache
cacheName String
return RemoteCache

GetCache() public method

public GetCache ( String cacheName, bool forceReturnValue ) : RemoteCache
cacheName String
forceReturnValue bool
return RemoteCache

GetCache() public method

public GetCache ( bool forceReturnValue ) : RemoteCache
forceReturnValue bool
return RemoteCache

IsStarted() public method

public IsStarted ( ) : bool
return bool

RemoteCacheManager() public method

public RemoteCacheManager ( ) : System
return System

RemoteCacheManager() public method

public RemoteCacheManager ( Configuration configuration ) : System
configuration Infinispan.HotRod.Config.Configuration
return System

RemoteCacheManager() public method

public RemoteCacheManager ( Configuration configuration, Infinispan marshaller ) : System
configuration Infinispan.HotRod.Config.Configuration
marshaller Infinispan
return System

RemoteCacheManager() public method

public RemoteCacheManager ( Configuration configuration, Infinispan marshaller, bool start ) : System
configuration Infinispan.HotRod.Config.Configuration
marshaller Infinispan
start bool
return System

RemoteCacheManager() public method

public RemoteCacheManager ( Configuration configuration, bool start ) : System
configuration Infinispan.HotRod.Config.Configuration
start bool
return System

RemoteCacheManager() public method

public RemoteCacheManager ( Configuration configuration, bool start, bool useCompatibilityMarshaller ) : System
configuration Infinispan.HotRod.Config.Configuration
start bool
useCompatibilityMarshaller bool
return System

RemoteCacheManager() public method

public RemoteCacheManager ( bool start ) : System
start bool
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void