final case class AllocatorMemoryUsed(allocatorName: String = "", totalBytes: Long = 0L, peakBytes: Long = 0L, liveBytes: Long = 0L, allocationRecords: Seq[AllocationRecord] = _root_.scala.Seq.empty, allocatorBytesInUse: Long = 0L, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[AllocatorMemoryUsed] with Product with Serializable
- totalBytes
These are per-node allocator memory stats.
- liveBytes
The bytes that are not deallocated.
- allocationRecords
The allocation and deallocation timeline.
- allocatorBytesInUse
These are snapshots of the overall allocator memory stats. The number of live bytes currently allocated by the allocator.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AllocatorMemoryUsed
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AllocatorMemoryUsed(allocatorName: String = "", totalBytes: Long = 0L, peakBytes: Long = 0L, liveBytes: Long = 0L, allocationRecords: Seq[AllocationRecord] = _root_.scala.Seq.empty, allocatorBytesInUse: Long = 0L, unknownFields: UnknownFieldSet = ...)
- totalBytes
These are per-node allocator memory stats.
- liveBytes
The bytes that are not deallocated.
- allocationRecords
The allocation and deallocation timeline.
- allocatorBytesInUse
These are snapshots of the overall allocator memory stats. The number of live bytes currently allocated by the allocator.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllAllocationRecords(__vs: Iterable[AllocationRecord]): AllocatorMemoryUsed
- def addAllocationRecords(__vs: AllocationRecord*): AllocatorMemoryUsed
- val allocationRecords: Seq[AllocationRecord]
- val allocatorBytesInUse: Long
- val allocatorName: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAllocationRecords: AllocatorMemoryUsed
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: AllocatorMemoryUsed.type
- Definition Classes
- AllocatorMemoryUsed → GeneratedMessage
- def discardUnknownFields: AllocatorMemoryUsed
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- AllocatorMemoryUsed → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AllocatorMemoryUsed → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val liveBytes: Long
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val peakBytes: Long
-
def
serializedSize: Int
- Definition Classes
- AllocatorMemoryUsed → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- AllocatorMemoryUsed → GeneratedMessage
- val totalBytes: Long
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[AllocatorMemoryUsed, AllocatorMemoryUsed]) ⇒ Mutation[AllocatorMemoryUsed]*): AllocatorMemoryUsed
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAllocationRecords(__v: Seq[AllocationRecord]): AllocatorMemoryUsed
- def withAllocatorBytesInUse(__v: Long): AllocatorMemoryUsed
- def withAllocatorName(__v: String): AllocatorMemoryUsed
- def withLiveBytes(__v: Long): AllocatorMemoryUsed
- def withPeakBytes(__v: Long): AllocatorMemoryUsed
- def withTotalBytes(__v: Long): AllocatorMemoryUsed
- def withUnknownFields(__v: UnknownFieldSet): AllocatorMemoryUsed
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AllocatorMemoryUsed → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated