Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.MemoryAllocatorManager
-
Packages that use MemoryAllocatorManager Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of MemoryAllocatorManager in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as MemoryAllocatorManager Modifier and Type Field Description private static MemoryAllocatorManager
MemoryAllocatorManager. DEFAULT_INSTANCE
private MemoryAllocatorManager
Bootstrap.Builder. memoryAllocatorManager_
private MemoryAllocatorManager
Bootstrap. memoryAllocatorManager_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type MemoryAllocatorManager Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<MemoryAllocatorManager,MemoryAllocatorManager.Builder,MemoryAllocatorManagerOrBuilder>
Bootstrap.Builder. memoryAllocatorManagerBuilder_
private static com.google.protobuf.Parser<MemoryAllocatorManager>
MemoryAllocatorManager. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return MemoryAllocatorManager Modifier and Type Method Description MemoryAllocatorManager
MemoryAllocatorManager.Builder. build()
MemoryAllocatorManager
MemoryAllocatorManager.Builder. buildPartial()
static MemoryAllocatorManager
MemoryAllocatorManager. getDefaultInstance()
MemoryAllocatorManager
MemoryAllocatorManager.Builder. getDefaultInstanceForType()
MemoryAllocatorManager
MemoryAllocatorManager. getDefaultInstanceForType()
MemoryAllocatorManager
Bootstrap.Builder. getMemoryAllocatorManager()
Optional configuration for memory allocation manager.MemoryAllocatorManager
Bootstrap. getMemoryAllocatorManager()
Optional configuration for memory allocation manager.MemoryAllocatorManager
BootstrapOrBuilder. getMemoryAllocatorManager()
Optional configuration for memory allocation manager.static MemoryAllocatorManager
MemoryAllocatorManager. parseDelimitedFrom(java.io.InputStream input)
static MemoryAllocatorManager
MemoryAllocatorManager. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(byte[] data)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(com.google.protobuf.ByteString data)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(com.google.protobuf.CodedInputStream input)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(java.io.InputStream input)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(java.nio.ByteBuffer data)
static MemoryAllocatorManager
MemoryAllocatorManager. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type MemoryAllocatorManager Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<MemoryAllocatorManager,MemoryAllocatorManager.Builder,MemoryAllocatorManagerOrBuilder>
Bootstrap.Builder. getMemoryAllocatorManagerFieldBuilder()
Optional configuration for memory allocation manager.com.google.protobuf.Parser<MemoryAllocatorManager>
MemoryAllocatorManager. getParserForType()
static com.google.protobuf.Parser<MemoryAllocatorManager>
MemoryAllocatorManager. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type MemoryAllocatorManager Modifier and Type Method Description private void
MemoryAllocatorManager.Builder. buildPartial0(MemoryAllocatorManager result)
MemoryAllocatorManager.Builder
MemoryAllocatorManager.Builder. mergeFrom(MemoryAllocatorManager other)
Bootstrap.Builder
Bootstrap.Builder. mergeMemoryAllocatorManager(MemoryAllocatorManager value)
Optional configuration for memory allocation manager.static MemoryAllocatorManager.Builder
MemoryAllocatorManager. newBuilder(MemoryAllocatorManager prototype)
Bootstrap.Builder
Bootstrap.Builder. setMemoryAllocatorManager(MemoryAllocatorManager value)
Optional configuration for memory allocation manager.
-