Class CachingStrategy

java.lang.Object
org.apache.hadoop.hdfs.server.datanode.CachingStrategy

public class CachingStrategy extends Object
The caching strategy we should use for an HDFS read or write operation.
  • Constructor Details

    • CachingStrategy

      public CachingStrategy(Boolean dropBehind, Long readahead)
  • Method Details