public interface MemoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitted()
int64 committed = 5; |
long |
getInit()
int64 init = 2; |
boolean |
getIsHeap()
bool isHeap = 1; |
long |
getMax()
int64 max = 3; |
long |
getUsed()
int64 used = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getIsHeap()
bool isHeap = 1;long getInit()
int64 init = 2;long getMax()
int64 max = 3;long getUsed()
int64 used = 4;long getCommitted()
int64 committed = 5;Copyright © 2022 The Apache Software Foundation. All rights reserved.