static class BucketAllocator.IndexStatistics extends Object
Modifier and Type | Field and Description |
---|---|
private long |
freeCount |
private long |
itemSize |
private long |
totalCount |
private long |
usedCount |
Constructor and Description |
---|
IndexStatistics() |
IndexStatistics(long free,
long used,
long itemSize) |
Modifier and Type | Method and Description |
---|---|
long |
freeBytes() |
long |
freeCount() |
long |
itemSize() |
void |
setTo(long free,
long used,
long itemSize) |
long |
totalBytes() |
long |
totalCount() |
long |
usedBytes() |
long |
usedCount() |
private long freeCount
private long usedCount
private long itemSize
private long totalCount
public IndexStatistics(long free, long used, long itemSize)
public IndexStatistics()
public long freeCount()
public long usedCount()
public long totalCount()
public long freeBytes()
public long usedBytes()
public long totalBytes()
public long itemSize()
public void setTo(long free, long used, long itemSize)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.