|
Pull Up Method private writeString(string String, buffer ByteArrayOutputStream) : void from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to private writeString(string String, buffer ByteArrayOutputStream) : void from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method private serializeMessage(message Message) : byte[] from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to protected serializeMessage(message Message) : byte[] from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method private deserializeMessage(data byte[]) : Message from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to protected deserializeMessage(data byte[]) : Message from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method public setGroup(group String) : void from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to public setGroupPassword(groupPassword String) : void from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method public getGroup() : String from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to public getGroup() : String from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method public OMulticastNodeDiscoveryManager(groupName String, nodeName String, oDistributedNetworkManager ODiscoveryListener, listeningPort int, multicastIp String, multicastDiscoveryPorts int[], taskScheduler OSchedulerInternal) from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to public ONodeManager(taskScheduler OSchedulerInternal, groupName String, nodeName String, quorum int, term int, discoveryListener ODiscoveryListener) from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method public setGroup(group String) : void from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to public setEncryptionAlgorithm(encryptionAlgorithm String) : void from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method public setGroupPassword(groupPassword String) : void from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to public setGroupPassword(groupPassword String) : void from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method private readString(stream ByteArrayInputStream) : String from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to private readString(stream ByteArrayInputStream) : String from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method public getGroupPassword() : String from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to public getGroupPassword() : String from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method private paddedPassword(pwd String) : byte[] from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to private paddedPassword(pwd String) : byte[] from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method public getEncryptionAlgorithm() : String from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to public getEncryptionAlgorithm() : String from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method private decrypt(data byte[]) : byte[] from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to private decrypt(data byte[]) : byte[] from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method public setEncryptionAlgorithm(encryptionAlgorithm String) : void from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to public setEncryptionAlgorithm(encryptionAlgorithm String) : void from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Method private encrypt(data byte[]) : byte[] from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to private encrypt(data byte[]) : byte[] from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Attribute private running : boolean from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to protected running : boolean from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Attribute private knownServers : Map<String,ODiscoveryListener.NodeData> from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to protected knownServers : Map<String,ODiscoveryListener.NodeData> from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Attribute private maxInactiveServerTimeMillis : long from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to protected maxInactiveServerTimeMillis : long from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Attribute private encryptionAlgorithm : String from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to private encryptionAlgorithm : String from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Attribute private group : String from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to protected group : String from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Attribute private nodeName : String from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to protected nodeName : String from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Attribute private taskScheduler : OSchedulerInternal from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to protected taskScheduler : OSchedulerInternal from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |
|
Pull Up Attribute private groupPassword : String from class com.orientechnologies.orient.distributed.impl.OMulticastNodeDiscoveryManager to private groupPassword : String from class com.orientechnologies.orient.distributed.impl.ONodeManager |
From |
To |