C# 클래스 Hazelcast.Remote.RemoteController.Processor

상속: TProcessor
파일 보기 프로젝트 열기: hazelcast/hazelcast-remote-controller

보호된 프로퍼티들

프로퍼티 타입 설명
processMap_ ProcessFunction>.Dictionary

공개 메소드들

메소드 설명
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

메소드 상세

Process() 공개 메소드

public Process ( TProtocol iprot, TProtocol oprot ) : bool
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 bool

Processor() 공개 메소드

public Processor ( Iface iface ) : System
iface Iface
리턴 System

clean_Process() 공개 메소드

public clean_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

createCluster_Process() 공개 메소드

public createCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

executeOnController_Process() 공개 메소드

public executeOnController_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

exit_Process() 공개 메소드

public exit_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

mergeMemberToCluster_Process() 공개 메소드

public mergeMemberToCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

ping_Process() 공개 메소드

public ping_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

resumeMember_Process() 공개 메소드

public resumeMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

shutdownCluster_Process() 공개 메소드

public shutdownCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

shutdownMember_Process() 공개 메소드

public shutdownMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

splitMemberFromCluster_Process() 공개 메소드

public splitMemberFromCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

startMember_Process() 공개 메소드

public startMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

suspendMember_Process() 공개 메소드

public suspendMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

terminateCluster_Process() 공개 메소드

public terminateCluster_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

terminateMember_Process() 공개 메소드

public terminateMember_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

프로퍼티 상세

processMap_ 보호되어 있는 프로퍼티

protected Dictionary processMap_
리턴 ProcessFunction>.Dictionary