public static interface LightningApi.NetworkInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgChannelSize()
double avg_channel_size = 7; |
double |
getAvgOutDegree()
double avg_out_degree = 2; |
int |
getGraphDiameter()
uint32 graph_diameter = 1; |
long |
getMaxChannelSize()
int64 max_channel_size = 9; |
int |
getMaxOutDegree()
uint32 max_out_degree = 3; |
long |
getMedianChannelSizeSat()
int64 median_channel_size_sat = 10; |
long |
getMinChannelSize()
int64 min_channel_size = 8; |
int |
getNumChannels()
uint32 num_channels = 5; |
int |
getNumNodes()
uint32 num_nodes = 4; |
long |
getNumZombieChans()
The number of edges marked as zombies.
|
long |
getTotalNetworkCapacity()
int64 total_network_capacity = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getGraphDiameter()
uint32 graph_diameter = 1;double getAvgOutDegree()
double avg_out_degree = 2;int getMaxOutDegree()
uint32 max_out_degree = 3;int getNumNodes()
uint32 num_nodes = 4;int getNumChannels()
uint32 num_channels = 5;long getTotalNetworkCapacity()
int64 total_network_capacity = 6;double getAvgChannelSize()
double avg_channel_size = 7;long getMinChannelSize()
int64 min_channel_size = 8;long getMaxChannelSize()
int64 max_channel_size = 9;long getMedianChannelSizeSat()
int64 median_channel_size_sat = 10;long getNumZombieChans()
The number of edges marked as zombies.
uint64 num_zombie_chans = 11;