C# Class Hazelcast.Client.Protocol.Util.MessageFlyweight

Parameter Flyweight
显示文件 Open project: hazelcast/hazelcast-csharp-client

Protected Properties

Property Type Description
Buffer IClientProtocolBuffer

Public Methods

Method Description
GetBoolean ( ) : bool
GetBuffer ( ) : IClientProtocolBuffer
GetByte ( ) : byte
GetByteArray ( ) : byte[]
GetData ( ) : IData
GetDataList ( ) : IList
GetInt ( ) : int
GetLong ( ) : long
GetMapEntry ( ) : IData>.KeyValuePair
GetStringUtf8 ( ) : string
Index ( int index ) : MessageFlyweight
Index ( ) : int
MessageFlyweight ( ) : System.Collections.Generic
Set ( ICollection value ) : MessageFlyweight
Set ( IData data ) : MessageFlyweight
Set ( IData>.KeyValuePair entry ) : MessageFlyweight
Set ( bool value ) : MessageFlyweight
Set ( byte value ) : MessageFlyweight
Set ( int value ) : MessageFlyweight
Set ( long value ) : MessageFlyweight
Set ( string value ) : MessageFlyweight
Wrap ( IClientProtocolBuffer buffer, int offset ) : MessageFlyweight

Protected Methods

Method Description
Int32Get ( int index ) : int
Int32Set ( int index, int value ) : void
Int64Get ( int index ) : long
Int64Set ( int index, long value ) : void
Uint16Get ( int index ) : int
Uint16Put ( int index, int value ) : void
Uint32Get ( int index ) : long
Uint32Put ( int index, long value ) : void
Uint8Get ( int index ) : short
Uint8Put ( int index, short value ) : void

Method Details

GetBoolean() public method

public GetBoolean ( ) : bool
return bool

GetBuffer() public method

public GetBuffer ( ) : IClientProtocolBuffer
return IClientProtocolBuffer

GetByte() public method

public GetByte ( ) : byte
return byte

GetByteArray() public method

public GetByteArray ( ) : byte[]
return byte[]

GetData() public method

public GetData ( ) : IData
return IData

GetDataList() public method

public GetDataList ( ) : IList
return IList

GetInt() public method

public GetInt ( ) : int
return int

GetLong() public method

public GetLong ( ) : long
return long

GetMapEntry() public method

public GetMapEntry ( ) : IData>.KeyValuePair
return IData>.KeyValuePair

GetStringUtf8() public method

public GetStringUtf8 ( ) : string
return string

Index() public method

public Index ( int index ) : MessageFlyweight
index int
return MessageFlyweight

Index() public method

public Index ( ) : int
return int

Int32Get() protected method

protected Int32Get ( int index ) : int
index int
return int

Int32Set() protected method

protected Int32Set ( int index, int value ) : void
index int
value int
return void

Int64Get() protected method

protected Int64Get ( int index ) : long
index int
return long

Int64Set() protected method

protected Int64Set ( int index, long value ) : void
index int
value long
return void

MessageFlyweight() public method

public MessageFlyweight ( ) : System.Collections.Generic
return System.Collections.Generic

Set() public method

public Set ( ICollection value ) : MessageFlyweight
value ICollection
return MessageFlyweight

Set() public method

public Set ( IData data ) : MessageFlyweight
data IData
return MessageFlyweight

Set() public method

public Set ( IData>.KeyValuePair entry ) : MessageFlyweight
entry IData>.KeyValuePair
return MessageFlyweight

Set() public method

public Set ( bool value ) : MessageFlyweight
value bool
return MessageFlyweight

Set() public method

public Set ( byte value ) : MessageFlyweight
value byte
return MessageFlyweight

Set() public method

public Set ( int value ) : MessageFlyweight
value int
return MessageFlyweight

Set() public method

public Set ( long value ) : MessageFlyweight
value long
return MessageFlyweight

Set() public method

public Set ( string value ) : MessageFlyweight
value string
return MessageFlyweight

Uint16Get() protected method

protected Uint16Get ( int index ) : int
index int
return int

Uint16Put() protected method

protected Uint16Put ( int index, int value ) : void
index int
value int
return void

Uint32Get() protected method

protected Uint32Get ( int index ) : long
index int
return long

Uint32Put() protected method

protected Uint32Put ( int index, long value ) : void
index int
value long
return void

Uint8Get() protected method

protected Uint8Get ( int index ) : short
index int
return short

Uint8Put() protected method

protected Uint8Put ( int index, short value ) : void
index int
value short
return void

Wrap() public method

public Wrap ( IClientProtocolBuffer buffer, int offset ) : MessageFlyweight
buffer IClientProtocolBuffer
offset int
return MessageFlyweight

Property Details

Buffer protected_oe property

protected IClientProtocolBuffer Buffer
return IClientProtocolBuffer