OutputStreamStatistics@Unstable
public interface BlockOutputStreamStatistics
| Modifier and Type | Method | Description |
|---|---|---|
void |
blockAllocated() |
A block has been allocated.
|
void |
blockReleased() |
A block has been released.
|
void |
bytesAllocated(long size) |
Memory bytes has been allocated.
|
void |
bytesReleased(long size) |
Memory bytes has been released.
|
void |
diskBlockAllocated() |
A disk block has been allocated.
|
void |
diskBlockReleased() |
A disk block has been released.
|
int |
getBlocksAllocated() |
|
int |
getBlocksReleased() |
|
long |
getBytesAllocated() |
|
long |
getBytesReleased() |
|
int |
getDiskBlocksAllocated() |
|
int |
getDiskBlocksReleased() |
void blockAllocated()
void blockReleased()
void diskBlockAllocated()
void diskBlockReleased()
void bytesAllocated(long size)
size - allocated size.void bytesReleased(long size)
size - released size.int getBlocksAllocated()
int getBlocksReleased()
int getDiskBlocksAllocated()
int getDiskBlocksReleased()
long getBytesAllocated()
long getBytesReleased()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.