C# Class Hazelcast.Remote.RemoteController.Processor

Inheritance: TProcessor
Afficher le fichier Open project: hazelcast/hazelcast-remote-controller

Protected Properties

Свойство Type Description
processMap_ ProcessFunction>.Dictionary

Méthodes publiques

Méthode Description
Process ( TProtocol iprot, TProtocol oprot ) : bool
Processor ( Iface iface ) : System
clean_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
createCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
executeOnController_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
exit_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
mergeMemberToCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
ping_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
resumeMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
shutdownCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
shutdownMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
splitMemberFromCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
startMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
suspendMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
terminateCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
terminateMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void

Method Details

Process() public méthode

public Process ( TProtocol iprot, TProtocol oprot ) : bool
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat bool

Processor() public méthode

public Processor ( Iface iface ) : System
iface Iface
Résultat System

clean_Process() public méthode

public clean_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

createCluster_Process() public méthode

public createCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

executeOnController_Process() public méthode

public executeOnController_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

exit_Process() public méthode

public exit_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

mergeMemberToCluster_Process() public méthode

public mergeMemberToCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

ping_Process() public méthode

public ping_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

resumeMember_Process() public méthode

public resumeMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

shutdownCluster_Process() public méthode

public shutdownCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

shutdownMember_Process() public méthode

public shutdownMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

splitMemberFromCluster_Process() public méthode

public splitMemberFromCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

startMember_Process() public méthode

public startMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

suspendMember_Process() public méthode

public suspendMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

terminateCluster_Process() public méthode

public terminateCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

terminateMember_Process() public méthode

public terminateMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

Property Details

processMap_ protected_oe property

protected Dictionary processMap_
Résultat ProcessFunction>.Dictionary