C# 클래스 Hazelcast.Examples.Models.UpdateEntryProcessor

Hazezelcast-test.jar has the same EntryProcessor to be used on server side named com.hazelcast.client.test.IdentifiedEntryProcessor
상속: IEntryProcessor, IIdentifiedDataSerializable
파일 보기 프로젝트 열기: hazelcast/hazelcast-csharp-client

공개 메소드들

메소드 설명
GetFactoryId ( ) : int
GetId ( ) : int
ReadData ( IObjectDataInput input ) : void
UpdateEntryProcessor ( string value = null ) : System
WriteData ( IObjectDataOutput output ) : void

메소드 상세

GetFactoryId() 공개 메소드

public GetFactoryId ( ) : int
리턴 int

GetId() 공개 메소드

public GetId ( ) : int
리턴 int

ReadData() 공개 메소드

public ReadData ( IObjectDataInput input ) : void
input IObjectDataInput
리턴 void

UpdateEntryProcessor() 공개 메소드

public UpdateEntryProcessor ( string value = null ) : System
value string
리턴 System

WriteData() 공개 메소드

public WriteData ( IObjectDataOutput output ) : void
output IObjectDataOutput
리턴 void