Package | Description |
---|---|
com.sleepycat.thrift |
Modifier and Type | Field and Description |
---|---|
java.util.List<TCacheFileStat> |
TEnvStatResult.cacheFileStat |
Modifier and Type | Method and Description |
---|---|
TCacheFileStat |
TCacheFileStat.deepCopy() |
TCacheFileStat |
TCacheFileStat.setBackupSpins(long backupSpins) |
TCacheFileStat |
TCacheFileStat.setCacheHit(long cacheHit) |
TCacheFileStat |
TCacheFileStat.setCacheMiss(long cacheMiss) |
TCacheFileStat |
TCacheFileStat.setFileName(java.lang.String fileName) |
TCacheFileStat |
TCacheFileStat.setPageCreate(long pageCreate) |
TCacheFileStat |
TCacheFileStat.setPageIn(long pageIn) |
TCacheFileStat |
TCacheFileStat.setPageMapped(int pageMapped) |
TCacheFileStat |
TCacheFileStat.setPageOut(long pageOut) |
TCacheFileStat |
TCacheFileStat.setPageSize(int pageSize) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TCacheFileStat> |
TEnvStatResult.getCacheFileStat() |
java.util.Iterator<TCacheFileStat> |
TEnvStatResult.getCacheFileStatIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TEnvStatResult.addToCacheFileStat(TCacheFileStat elem) |
int |
TCacheFileStat.compareTo(TCacheFileStat other) |
boolean |
TCacheFileStat.equals(TCacheFileStat that) |
Modifier and Type | Method and Description |
---|---|
TEnvStatResult |
TEnvStatResult.setCacheFileStat(java.util.List<TCacheFileStat> cacheFileStat) |
Constructor and Description |
---|
TCacheFileStat(TCacheFileStat other)
Performs a deep copy on other.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.