C# Class Hazelcast.Examples.Models.UpdateEntryProcessor

Hazezelcast-test.jar has the same EntryProcessor to be used on server side named com.hazelcast.client.test.IdentifiedEntryProcessor
Inheritance: IEntryProcessor, IIdentifiedDataSerializable
Afficher le fichier Open project: hazelcast/hazelcast-csharp-client

Méthodes publiques

Méthode Description
GetFactoryId ( ) : int
GetId ( ) : int
ReadData ( IObjectDataInput input ) : void
UpdateEntryProcessor ( string value = null ) : System
WriteData ( IObjectDataOutput output ) : void

Method Details

GetFactoryId() public méthode

public GetFactoryId ( ) : int
Résultat int

GetId() public méthode

public GetId ( ) : int
Résultat int

ReadData() public méthode

public ReadData ( IObjectDataInput input ) : void
input IObjectDataInput
Résultat void

UpdateEntryProcessor() public méthode

public UpdateEntryProcessor ( string value = null ) : System
value string
Résultat System

WriteData() public méthode

public WriteData ( IObjectDataOutput output ) : void
output IObjectDataOutput
Résultat void