C# Class Infinispan.HotRod.Wrappers.RemoteCacheManager

Afficher le fichier Open project: infinispan/dotnet-client

Méthodes publiques

Méthode 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 méthode

public GetCache ( ) : RemoteCache
Résultat RemoteCache

GetCache() public méthode

public GetCache ( String cacheName ) : RemoteCache
cacheName String
Résultat RemoteCache

GetCache() public méthode

public GetCache ( String cacheName, bool forceReturnValue ) : RemoteCache
cacheName String
forceReturnValue bool
Résultat RemoteCache

GetCache() public méthode

public GetCache ( bool forceReturnValue ) : RemoteCache
forceReturnValue bool
Résultat RemoteCache

IsStarted() public méthode

public IsStarted ( ) : bool
Résultat bool

RemoteCacheManager() public méthode

public RemoteCacheManager ( ) : System
Résultat System

RemoteCacheManager() public méthode

public RemoteCacheManager ( Configuration configuration ) : System
configuration Infinispan.HotRod.Config.Configuration
Résultat System

RemoteCacheManager() public méthode

public RemoteCacheManager ( Configuration configuration, Infinispan marshaller ) : System
configuration Infinispan.HotRod.Config.Configuration
marshaller Infinispan
Résultat System

RemoteCacheManager() public méthode

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

RemoteCacheManager() public méthode

public RemoteCacheManager ( Configuration configuration, bool start ) : System
configuration Infinispan.HotRod.Config.Configuration
start bool
Résultat System

RemoteCacheManager() public méthode

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

RemoteCacheManager() public méthode

public RemoteCacheManager ( bool start ) : System
start bool
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void