JBoss Data Grid HotRod C# Client
7.0.0
|
▼NInfinispan | |
▼NHotRod | |
▼NConfig | |
CAbstractConfigurationChildBuilder | |
CConfiguration | Used to hold the configuration parameters. |
CConfigurationBuilder | |
CConnectionPoolConfiguration | Used to hold connection pool specific configurations. |
CConnectionPoolConfigurationBuilder | |
CIBuilder | Common builder interface. |
CServerConfiguration | Used to hold the server specific configurations. |
CServerConfigurationBuilder | |
CSslConfiguration | Used to hold the SSL specific configurations. |
CSslConfigurationBuilder | |
▼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. |
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. |
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. |