public static interface Protocol.NodeInfo.ConfigNodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveNodeSize()
int32 activeNodeSize = 5; |
long |
getAllowAdaptiveEnergy()
int64 allowAdaptiveEnergy = 19; |
long |
getAllowCreationOfContracts()
int64 allowCreationOfContracts = 18; |
int |
getBackupListenPort()
int32 backupListenPort = 10; |
int |
getBackupMemberSize()
int32 backupMemberSize = 11; |
int |
getBackupPriority()
int32 backupPriority = 12; |
String |
getCodeVersion()
string codeVersion = 1; |
com.google.protobuf.ByteString |
getCodeVersionBytes()
string codeVersion = 1; |
int |
getDbVersion()
int32 dbVersion = 13; |
boolean |
getDiscoverEnable()
bool discoverEnable = 4; |
int |
getListenPort()
int32 listenPort = 3; |
int |
getMaxConnectCount()
int32 maxConnectCount = 8; |
double |
getMaxTimeRatio()
double maxTimeRatio = 17; |
int |
getMinParticipationRate()
int32 minParticipationRate = 14; |
double |
getMinTimeRatio()
double minTimeRatio = 16; |
String |
getP2PVersion()
string p2pVersion = 2; |
com.google.protobuf.ByteString |
getP2PVersionBytes()
string p2pVersion = 2; |
int |
getPassiveNodeSize()
int32 passiveNodeSize = 6; |
int |
getSameIpMaxConnectCount()
int32 sameIpMaxConnectCount = 9; |
int |
getSendNodeSize()
int32 sendNodeSize = 7; |
boolean |
getSupportConstant()
bool supportConstant = 15; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCodeVersion()
string codeVersion = 1;com.google.protobuf.ByteString getCodeVersionBytes()
string codeVersion = 1;String getP2PVersion()
string p2pVersion = 2;com.google.protobuf.ByteString getP2PVersionBytes()
string p2pVersion = 2;int getListenPort()
int32 listenPort = 3;boolean getDiscoverEnable()
bool discoverEnable = 4;int getActiveNodeSize()
int32 activeNodeSize = 5;int getPassiveNodeSize()
int32 passiveNodeSize = 6;int getSendNodeSize()
int32 sendNodeSize = 7;int getMaxConnectCount()
int32 maxConnectCount = 8;int getSameIpMaxConnectCount()
int32 sameIpMaxConnectCount = 9;int getBackupListenPort()
int32 backupListenPort = 10;int getBackupMemberSize()
int32 backupMemberSize = 11;int getBackupPriority()
int32 backupPriority = 12;int getDbVersion()
int32 dbVersion = 13;int getMinParticipationRate()
int32 minParticipationRate = 14;boolean getSupportConstant()
bool supportConstant = 15;double getMinTimeRatio()
double minTimeRatio = 16;double getMaxTimeRatio()
double maxTimeRatio = 17;long getAllowCreationOfContracts()
int64 allowCreationOfContracts = 18;long getAllowAdaptiveEnergy()
int64 allowAdaptiveEnergy = 19;Copyright © 2020. All rights reserved.