public class DbFileSummaryMap extends Object
| Constructor and Description |
|---|
DbFileSummaryMap()
Creates a map of Long file number to DbFileSummary.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Long,DbFileSummary>> |
entrySet() |
DbFileSummary |
get(Long fileNum)
Returns the DbFileSummary for the given file, allocating it if
necessary.
|
String |
toString() |
public DbFileSummaryMap()
public DbFileSummary get(Long fileNum)
Must be called under the log write latch.
fileNum - the file identifying the summary.public Set<Map.Entry<Long,DbFileSummary>> entrySet()
Copyright © 2024. All rights reserved.