public static interface CubeVisitProtos.CubeVisitResponse.StatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAggregatedRowCount()
optional int64 aggregatedRowCount = 4; |
String |
getEtcMsg()
optional string etcMsg = 9; |
com.google.protobuf.ByteString |
getEtcMsgBytes()
optional string etcMsg = 9; |
double |
getFreePhysicalMemorySize()
optional double freePhysicalMemorySize = 6; |
double |
getFreeSwapSpaceSize()
optional double freeSwapSpaceSize = 7; |
String |
getHostname()
optional string hostname = 8; |
com.google.protobuf.ByteString |
getHostnameBytes()
optional string hostname = 8; |
int |
getNormalComplete()
optional int32 normalComplete = 10; |
long |
getScannedBytes()
optional int64 scannedBytes = 11; |
long |
getScannedRowCount()
optional int64 scannedRowCount = 3; |
long |
getServiceEndTime()
optional int64 serviceEndTime = 2; |
long |
getServiceStartTime()
optional int64 serviceStartTime = 1; |
double |
getSystemCpuLoad()
optional double systemCpuLoad = 5; |
boolean |
hasAggregatedRowCount()
optional int64 aggregatedRowCount = 4; |
boolean |
hasEtcMsg()
optional string etcMsg = 9; |
boolean |
hasFreePhysicalMemorySize()
optional double freePhysicalMemorySize = 6; |
boolean |
hasFreeSwapSpaceSize()
optional double freeSwapSpaceSize = 7; |
boolean |
hasHostname()
optional string hostname = 8; |
boolean |
hasNormalComplete()
optional int32 normalComplete = 10; |
boolean |
hasScannedBytes()
optional int64 scannedBytes = 11; |
boolean |
hasScannedRowCount()
optional int64 scannedRowCount = 3; |
boolean |
hasServiceEndTime()
optional int64 serviceEndTime = 2; |
boolean |
hasServiceStartTime()
optional int64 serviceStartTime = 1; |
boolean |
hasSystemCpuLoad()
optional double systemCpuLoad = 5; |
boolean hasServiceStartTime()
optional int64 serviceStartTime = 1;long getServiceStartTime()
optional int64 serviceStartTime = 1;boolean hasServiceEndTime()
optional int64 serviceEndTime = 2;long getServiceEndTime()
optional int64 serviceEndTime = 2;boolean hasScannedRowCount()
optional int64 scannedRowCount = 3;long getScannedRowCount()
optional int64 scannedRowCount = 3;boolean hasAggregatedRowCount()
optional int64 aggregatedRowCount = 4;long getAggregatedRowCount()
optional int64 aggregatedRowCount = 4;boolean hasSystemCpuLoad()
optional double systemCpuLoad = 5;double getSystemCpuLoad()
optional double systemCpuLoad = 5;boolean hasFreePhysicalMemorySize()
optional double freePhysicalMemorySize = 6;double getFreePhysicalMemorySize()
optional double freePhysicalMemorySize = 6;boolean hasFreeSwapSpaceSize()
optional double freeSwapSpaceSize = 7;double getFreeSwapSpaceSize()
optional double freeSwapSpaceSize = 7;boolean hasHostname()
optional string hostname = 8;String getHostname()
optional string hostname = 8;com.google.protobuf.ByteString getHostnameBytes()
optional string hostname = 8;boolean hasEtcMsg()
optional string etcMsg = 9;String getEtcMsg()
optional string etcMsg = 9;com.google.protobuf.ByteString getEtcMsgBytes()
optional string etcMsg = 9;boolean hasNormalComplete()
optional int32 normalComplete = 10;int getNormalComplete()
optional int32 normalComplete = 10;boolean hasScannedBytes()
optional int64 scannedBytes = 11;long getScannedBytes()
optional int64 scannedBytes = 11;Copyright © 2014–2017 Apache Software Foundation. All rights reserved.