public interface RpcPhysicalMemoryInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDataSource()
string dataSource = 5; |
com.google.protobuf.ByteString |
getDataSourceBytes()
string dataSource = 5; |
long |
getFreeValue()
uint64 freeValue = 2; |
long |
getInitValue()
uint64 initValue = 1; |
double |
getUsedRate()
double usedRate = 4; |
long |
getUsedValue()
uint64 usedValue = 3; |
long getInitValue()
uint64 initValue = 1;long getFreeValue()
uint64 freeValue = 2;long getUsedValue()
uint64 usedValue = 3;double getUsedRate()
double usedRate = 4;String getDataSource()
string dataSource = 5;com.google.protobuf.ByteString getDataSourceBytes()
string dataSource = 5;Copyright © 2025. All rights reserved.