C# Класс Infinispan.HotRod.Wrappers.RemoteCacheManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetCache() публичный Метод

public GetCache ( ) : RemoteCache
Результат RemoteCache

GetCache() публичный Метод

public GetCache ( String cacheName ) : RemoteCache
cacheName String
Результат RemoteCache

GetCache() публичный Метод

public GetCache ( String cacheName, bool forceReturnValue ) : RemoteCache
cacheName String
forceReturnValue bool
Результат RemoteCache

GetCache() публичный Метод

public GetCache ( bool forceReturnValue ) : RemoteCache
forceReturnValue bool
Результат RemoteCache

IsStarted() публичный Метод

public IsStarted ( ) : bool
Результат bool

RemoteCacheManager() публичный Метод

public RemoteCacheManager ( ) : System
Результат System

RemoteCacheManager() публичный Метод

public RemoteCacheManager ( Configuration configuration ) : System
configuration Infinispan.HotRod.Config.Configuration
Результат System

RemoteCacheManager() публичный Метод

public RemoteCacheManager ( Configuration configuration, Infinispan marshaller ) : System
configuration Infinispan.HotRod.Config.Configuration
marshaller Infinispan
Результат System

RemoteCacheManager() публичный Метод

public RemoteCacheManager ( Configuration configuration, Infinispan marshaller, bool start ) : System
configuration Infinispan.HotRod.Config.Configuration
marshaller Infinispan
start bool
Результат System

RemoteCacheManager() публичный Метод

public RemoteCacheManager ( Configuration configuration, bool start ) : System
configuration Infinispan.HotRod.Config.Configuration
start bool
Результат System

RemoteCacheManager() публичный Метод

public RemoteCacheManager ( Configuration configuration, bool start, bool useCompatibilityMarshaller ) : System
configuration Infinispan.HotRod.Config.Configuration
start bool
useCompatibilityMarshaller bool
Результат System

RemoteCacheManager() публичный Метод

public RemoteCacheManager ( bool start ) : System
start bool
Результат System

Start() публичный Метод

public Start ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void