JBoss Data Grid HotRod C# Client
7.2.0
|
▼NInfinispan | |
▼NHotRod | |
▼NConfig | |
CAbstractConfigurationChildBuilder | |
CAuthenticationCallback | |
CAuthenticationConfiguration | Used to hold the SSL specific configurations. |
CAuthenticationConfigurationBuilder | |
CClusterConfigurationBuilder | |
CConfiguration | Used to hold the configuration parameters. |
CConfigurationBuilder | |
CConnectionPoolConfiguration | Used to hold connection pool specific configurations. |
CConnectionPoolConfigurationBuilder | |
CInternalAuthenticationFunctionCallback | |
CNearCacheConfiguration | Used to hold the SSL specific configurations. |
CNearCacheConfigurationBuilder | |
CSecurityConfiguration | Used to hold the Security specific configurations. |
CSecurityConfigurationBuilder | |
CServerConfiguration | Used to hold the server specific configurations. |
CServerConfigurationBuilder | |
CSslConfiguration | Used to hold the SSL specific configurations. |
CSslConfigurationBuilder | |
▼NEvent | |
CClientCacheEntryCreatedEvent | |
CClientCacheEntryCustomEvent | |
CClientCacheEntryExpiredEvent | |
CClientCacheEntryModifiedEvent | |
CClientCacheEntryRemovedEvent | |
CClientCacheFailoverEvent | |
CClientEvent | |
CClientListener | |
CContinuousQueryListener | |
CInternalClientEventListenerCallback | |
▼NExceptions | |
CException | Base exception class. |
CHotRodClientException | Exception used to indicate exceptions using the HotRod client. |
CInternalException | Represents an internal exception. |
CInvalidResponseException | Used to indicated situations when an invalid respose is received from the HotRod server. |
CRemoteCacheManagerNotStartedException | Used to indicate that invocations on an IRemoveCache are done before the underlying RemoveCacheManager has been started. |
CRemoteNodeSuspectException | Used to indicate that a remote HotRod server is not reachable. |
CTransportException | Used to indicated that a TCP communication exception occurred when communicating with the HotRod server. |
CUnsupportedOperationException | Used to indicated that the operation invoked is not implemented yet or unsupported. |
▼NTransport | |
CFailOverRequestBalancingStrategy | |
CInetSocketAddress | |
CCompatibilityMarshaller | |
CIdentityMarshaller | |
CIMarshaller | Hotrod is a binary protocol so the object passed in by the user are being marshalled into a binary format using an implementation of this interface. Users can implement this interface and develop their own marshaller without using the default marshaller. |
CIMetadataValue | Besides the value, also contains a version and expiration information. Time values are server time representations. |
CInternalFailOverRequestBalancingStrategy | |
CIRemoteCache | Provides remote reference to a Hot Rod server/cluster. |
CIVersionedValue | A value and the version associated with this value. |
CRemoteCacheManager | Factory for IRemoteCache instances. |
CServerStatistics | Defines the possible list of statistics defined by the Hot Rod server. |
▼NOrg | |
▼NInfinispan | |
▼NQuery | |
▼NRemote | |
▼NClient | |
CQueryRequest |