Infinispan.Hotrod.Core 0.0.3
.NET Core client for Infinispan Hotrod Protocol
Public Attributes | Properties | List of all members
Infinispan.Hotrod.Core.CommandWithKey< K > Class Template Reference
Inheritance diagram for Infinispan.Hotrod.Core.CommandWithKey< K >:
Infinispan.Hotrod.Core.Command Infinispan.Hotrod.Core.Commands.CONTAINSKEY< K > Infinispan.Hotrod.Core.Commands.GET< K, V > Infinispan.Hotrod.Core.Commands.GETWITHMETADATA< K, V > Infinispan.Hotrod.Core.Commands.GETWITHVERSION< K, V > Infinispan.Hotrod.Core.Commands.PUT< K, V > Infinispan.Hotrod.Core.Commands.PUTIFABSENT< K, V > Infinispan.Hotrod.Core.Commands.REMOVE< K, V > Infinispan.Hotrod.Core.Commands.REMOVEWITHVERSION< K, V > Infinispan.Hotrod.Core.Commands.REPLACE< K, V > Infinispan.Hotrod.Core.Commands.REPLACEWITHVERSION< K, V >

Public Attributes

Marshaller< K > KeyMarshaller
 
- Public Attributes inherited from Infinispan.Hotrod.Core.Command
IClientListener Listener
 

Properties

Key [getset]
 
- Properties inherited from Infinispan.Hotrod.Core.Command
Func< InfinispanRequest, ResponseStream, ResultNetworkReceive [getset]
 
abstract string Name [get]
 
abstract Byte Code [get]
 
Int32 Flags [getset]
 

Additional Inherited Members

- Public Member Functions inherited from Infinispan.Hotrod.Core.Command
 Command (Int32 flags=0)
 
abstract Result OnReceive (InfinispanRequest request, ResponseStream stream)
 
- Static Public Member Functions inherited from Infinispan.Hotrod.Core.Command
static byte[] GetMsgHeaderLengthData (int length)
 
static byte[] GetBodyHeaderLenData (int length)
 
- Static Public Attributes inherited from Infinispan.Hotrod.Core.Command
static List< byte[]> mMsgHeaderLenData = new List<byte[]>()
 
static List< byte[]> mBodyHeaderLenData = new List<byte[]>()
 

The documentation for this class was generated from the following file: