| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | 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 © 2008–2025 Apache Software Foundation. All rights reserved.