public final class StorageUsage extends Object
| Constructor and Description |
|---|
StorageUsage() |
| Modifier and Type | Method and Description |
|---|---|
StorageUsage |
clear() |
StorageUsage |
clearTotalBytes() |
StorageUsage |
copyFrom(StorageUsage _other) |
int |
getSerializedSize() |
long |
getTotalBytes() |
boolean |
hasTotalBytes() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
StorageUsage |
setTotalBytes(long totalBytes) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasTotalBytes()
public long getTotalBytes()
public StorageUsage setTotalBytes(long totalBytes)
public StorageUsage clearTotalBytes()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public StorageUsage clear()
public StorageUsage copyFrom(StorageUsage _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.