Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol |
Modifier and Type | Method and Description |
---|---|
CacheDirectiveStats.Builder |
CacheDirectiveStats.Builder.setBytesCached(long bytesCached)
Sets the bytes cached by this directive.
|
CacheDirectiveStats.Builder |
CacheDirectiveStats.Builder.setBytesNeeded(long bytesNeeded)
Sets the bytes needed by this directive.
|
CacheDirectiveStats.Builder |
CacheDirectiveStats.Builder.setFilesCached(long filesCached)
Sets the files cached by this directive.
|
CacheDirectiveStats.Builder |
CacheDirectiveStats.Builder.setFilesNeeded(long filesNeeded)
Sets the files needed by this directive.
|
CacheDirectiveStats.Builder |
CacheDirectiveStats.Builder.setHasExpired(boolean hasExpired)
Sets whether this directive has expired.
|
Copyright © 2018 Apache Software Foundation. All Rights Reserved.