@InterfaceStability.Evolving @InterfaceAudience.Public public class CacheDirectiveInfo extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CacheDirectiveInfo.BuilderA builder for creating new CacheDirectiveInfo instances. | 
| static class  | CacheDirectiveInfo.ExpirationDenotes a relative or absolute expiration time for a CacheDirective. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| CacheDirectiveInfo.Expiration | getExpiration() | 
| Long | getId() | 
| org.apache.hadoop.fs.Path | getPath() | 
| String | getPool() | 
| Short | getReplication() | 
| int | hashCode() | 
| String | toString() | 
public Long getId()
public org.apache.hadoop.fs.Path getPath()
public Short getReplication()
public String getPool()
public CacheDirectiveInfo.Expiration getExpiration()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.