JBoss Data Grid HotRod C# Client
6.3.1-Final
|
Namespaces | |
package | Config |
package | Exceptions |
Classes | |
class | CompatibilitySerializer |
Serializer which can be used in compatibility mode to read/write strings. More... | |
interface | IMetadataValue< V > |
Besides the value, also contains a version and expiration information. Time values are server time representations. More... | |
interface | IRemoteCache< K, V > |
Provides remote reference to a Hot Rod server/cluster. More... | |
interface | ISerializer |
Hotrod 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. More... | |
interface | IVersionedValue< V > |
A value and the version associated with this value. More... | |
class | RemoteCacheManager |
Factory for IRemoteCache instances. More... | |
class | ServerStatistics |
Defines the possible list of statistics defined by the Hot Rod server. More... | |
Enumerations | |
enum | Flags : int { Flags.FORCE_RETURN_VALUE = 0x01, Flags.DEFAULT_LIFESPAN = 0x02, Flags.DEFAULT_MAXIDLE = 0x04 } |
Defines all the flags available in the Hot Rod client that can influence the behavior of operations. More... | |
enum | TimeUnit { TimeUnit.NANOSECONDS, TimeUnit.MICROSECONDS, TimeUnit.MILLISECONDS, TimeUnit.SECONDS, TimeUnit.MINUTES, TimeUnit.HOURS, TimeUnit.DAYS } |
Time unit granularities. More... | |
enum Infinispan.HotRod.Flags : int |
Defines all the flags available in the Hot Rod client that can influence the behavior of operations.