public class CompactionStats extends Object
| Constructor and Description |
|---|
CompactionStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CompactionStats mcs) |
long |
getEntriesRead() |
long |
getEntriesWritten() |
long |
getFileSize() |
void |
setFileSize(long fileSize) |
public long getEntriesRead()
public long getEntriesWritten()
public void add(CompactionStats mcs)
public void setFileSize(long fileSize)
public long getFileSize()
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.