Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.MemoryAllocatorManager.Builder
Packages that use MemoryAllocatorManager.Builder
-
Uses of MemoryAllocatorManager.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type MemoryAllocatorManager.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<MemoryAllocatorManager, MemoryAllocatorManager.Builder, MemoryAllocatorManagerOrBuilder> Bootstrap.Builder.memoryAllocatorManagerBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return MemoryAllocatorManager.BuilderModifier and TypeMethodDescriptionMemoryAllocatorManager.Builder.clear()
MemoryAllocatorManager.Builder.clearBytesToRelease()
Configures tcmalloc to perform background release of free memory in amount of bytes per ``memory_release_interval`` interval.MemoryAllocatorManager.Builder.clearMemoryReleaseInterval()
Interval in milliseconds for memory releasing.Bootstrap.Builder.getMemoryAllocatorManagerBuilder()
Optional configuration for memory allocation manager.MemoryAllocatorManager.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MemoryAllocatorManager.Builder.mergeFrom
(com.google.protobuf.Message other) MemoryAllocatorManager.Builder.mergeFrom
(MemoryAllocatorManager other) MemoryAllocatorManager.Builder.mergeMemoryReleaseInterval
(com.google.protobuf.Duration value) Interval in milliseconds for memory releasing.MemoryAllocatorManager.newBuilder()
MemoryAllocatorManager.newBuilder
(MemoryAllocatorManager prototype) MemoryAllocatorManager.newBuilderForType()
protected MemoryAllocatorManager.Builder
MemoryAllocatorManager.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) MemoryAllocatorManager.Builder.setBytesToRelease
(long value) Configures tcmalloc to perform background release of free memory in amount of bytes per ``memory_release_interval`` interval.MemoryAllocatorManager.Builder.setMemoryReleaseInterval
(com.google.protobuf.Duration value) Interval in milliseconds for memory releasing.MemoryAllocatorManager.Builder.setMemoryReleaseInterval
(com.google.protobuf.Duration.Builder builderForValue) Interval in milliseconds for memory releasing.MemoryAllocatorManager.toBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type MemoryAllocatorManager.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<MemoryAllocatorManager, MemoryAllocatorManager.Builder, MemoryAllocatorManagerOrBuilder> Bootstrap.Builder.internalGetMemoryAllocatorManagerFieldBuilder()
Optional configuration for memory allocation manager.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type MemoryAllocatorManager.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setMemoryAllocatorManager
(MemoryAllocatorManager.Builder builderForValue) Optional configuration for memory allocation manager.