JBoss Data Grid HotRod C# Client  6.3.1-Final
 All Classes Namespaces Files Functions Variables Enumerations Enumerator
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCInfinispan.HotRod.Config.AbstractConfigurationChildBuilder
|oCInfinispan.HotRod.Config.ConnectionPoolConfigurationBuilder
|oCInfinispan.HotRod.Config.ServerConfigurationBuilder
|\CInfinispan.HotRod.Config.SslConfigurationBuilder
oCApplicationException
|\CInfinispan.HotRod.Exceptions.ExceptionBase exception class.
| \CInfinispan.HotRod.Exceptions.HotRodClientExceptionException used to indicate exceptions using the HotRod client.
|  oCInfinispan.HotRod.Exceptions.InternalExceptionRepresents an internal exception.
|  oCInfinispan.HotRod.Exceptions.InvalidResponseExceptionUsed to indicated situations when an invalid respose is received from the HotRod server.
|  oCInfinispan.HotRod.Exceptions.RemoteCacheManagerNotStartedExceptionUsed to indicate that invocations on an IRemoveCache are done before the underlying RemoveCacheManager has been started.
|  oCInfinispan.HotRod.Exceptions.RemoteNodeSuspectExceptionUsed to indicate that a remote HotRod server is not reachable.
|  oCInfinispan.HotRod.Exceptions.TransportExceptionUsed to indicated that a TCP communication exception occurred when communicating with the HotRod server.
|  \CInfinispan.HotRod.Exceptions.UnsupportedOperationExceptionUsed to indicated that the operation invoked is not implemented yet or unsupported.
oCInfinispan.HotRod.Config.ConfigurationUsed to hold the configuration parameters.
oCInfinispan.HotRod.Config.ConnectionPoolConfigurationUsed to hold connection pool specific configurations.
oCInfinispan.HotRod.Config.IBuilder< T >Common builder interface.
|oCInfinispan.HotRod.Config.ConfigurationBuilder
|oCInfinispan.HotRod.Config.ConnectionPoolConfigurationBuilder
|oCInfinispan.HotRod.Config.ServerConfigurationBuilder
|\CInfinispan.HotRod.Config.SslConfigurationBuilder
oCInfinispan.HotRod.IRemoteCache< K, V >Provides remote reference to a Hot Rod server/cluster.
oCInfinispan.HotRod.ISerializerHotrod is a binary protocol so the object passed in by the user are being marshalled into a binary format using an implementation of ths interface. Users can implement this interface and develop their own serializer without using defualt serializer
|\CInfinispan.HotRod.CompatibilitySerializerSerializer which can be used in compatibility mode to read/write strings.
oCInfinispan.HotRod.IVersionedValue< V >A value and the version associated with this value.
|\CInfinispan.HotRod.IMetadataValue< V >Besides the value, also contains a version and expiration information. Time values are server time representations.
oCInfinispan.HotRod.RemoteCacheManagerFactory for IRemoteCache instances.
oCInfinispan.HotRod.Config.ServerConfigurationUsed to hold the server specific configurations.
oCInfinispan.HotRod.ServerStatisticsDefines the possible list of statistics defined by the Hot Rod server.
\CInfinispan.HotRod.Config.SslConfigurationUsed to hold the SSL specific configurations.