Uses of Class
org.apache.hadoop.hdfs.protocol.CacheDirectiveStats.Builder
Packages that use CacheDirectiveStats.Builder
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of CacheDirectiveStats.Builder in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return CacheDirectiveStats.BuilderModifier and TypeMethodDescriptionCacheDirectiveStats.Builder.setBytesCached(long bytesCached) Sets the bytes cached by this directive.CacheDirectiveStats.Builder.setBytesNeeded(long bytesNeeded) Sets the bytes needed by this directive.CacheDirectiveStats.Builder.setFilesCached(long filesCached) Sets the files cached by this directive.CacheDirectiveStats.Builder.setFilesNeeded(long filesNeeded) Sets the files needed by this directive.CacheDirectiveStats.Builder.setHasExpired(boolean hasExpired) Sets whether this directive has expired.