| Constructor and Description |
|---|
GCJournalEntry(long repoSize,
long reclaimedSize,
long ts,
int gcGeneration,
long nodes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getGcGeneration()
Returns the gc generation
|
long |
getNodes()
Returns the number of compacted nodes
|
long |
getReclaimedSize()
Returns the reclaimed size
|
long |
getRepoSize()
Returns the repository size
|
long |
getTs()
Returns the timestamp
|
int |
hashCode() |
String |
toString() |
public GCJournalEntry(long repoSize,
long reclaimedSize,
long ts,
int gcGeneration,
long nodes)
public long getRepoSize()
public long getReclaimedSize()
public long getTs()
public int getGcGeneration()
public long getNodes()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.