JBoss Data Grid HotRod C# Client  6.6.1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\NInfinispan
 \NHotRod
  oNConfig
  |oCAbstractConfigurationChildBuilder
  |oCConfigurationUsed to hold the configuration parameters.
  |oCConfigurationBuilder
  |oCConnectionPoolConfigurationUsed to hold connection pool specific configurations.
  |oCConnectionPoolConfigurationBuilder
  |oCIBuilder< T >Common builder interface.
  |oCServerConfigurationUsed to hold the server specific configurations.
  |oCServerConfigurationBuilder
  |oCSslConfigurationUsed to hold the SSL specific configurations.
  |\CSslConfigurationBuilder
  oNExceptions
  |oCExceptionBase exception class.
  |oCHotRodClientExceptionException used to indicate exceptions using the HotRod client.
  |oCInternalExceptionRepresents an internal exception.
  |oCInvalidResponseExceptionUsed to indicated situations when an invalid respose is received from the HotRod server.
  |oCRemoteCacheManagerNotStartedExceptionUsed to indicate that invocations on an IRemoveCache are done before the underlying RemoveCacheManager has been started.
  |oCRemoteNodeSuspectExceptionUsed to indicate that a remote HotRod server is not reachable.
  |oCTransportExceptionUsed to indicated that a TCP communication exception occurred when communicating with the HotRod server.
  |\CUnsupportedOperationExceptionUsed to indicated that the operation invoked is not implemented yet or unsupported.
  oCCompatibilitySerializerSerializer which can be used in compatibility mode to read/write strings.
  oCIMetadataValue< V >Besides the value, also contains a version and expiration information. Time values are server time representations.
  oCIRemoteCache< K, V >Provides remote reference to a Hot Rod server/cluster.
  oCISerializerHotrod 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
  oCIVersionedValue< V >A value and the version associated with this value.
  oCRemoteCacheManagerFactory for IRemoteCache instances.
  \CServerStatisticsDefines the possible list of statistics defined by the Hot Rod server.