@Evolving
@Public
public class CacheDirectiveInfo
extends java.lang.Object
| Modifier and Type | Class | 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 | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
CacheDirectiveInfo.Expiration |
getExpiration() |
|
java.lang.Long |
getId() |
|
org.apache.hadoop.fs.Path |
getPath() |
|
java.lang.String |
getPool() |
|
java.lang.Short |
getReplication() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public java.lang.Long getId()
public org.apache.hadoop.fs.Path getPath()
public java.lang.Short getReplication()
public java.lang.String getPool()
public CacheDirectiveInfo.Expiration getExpiration()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.