@InterfaceStability.Evolving @InterfaceAudience.Public public class CacheDirectiveInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheDirectiveInfo.Builder
A builder for creating new CacheDirectiveInfo instances.
|
static class |
CacheDirectiveInfo.Expiration
Denotes 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 © 2018 Apache Software Foundation. All Rights Reserved.