|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheDirectiveInfo.Expiration | |
---|---|
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB |
Uses of CacheDirectiveInfo.Expiration in org.apache.hadoop.hdfs.protocol |
---|
Fields in org.apache.hadoop.hdfs.protocol declared as CacheDirectiveInfo.Expiration | |
---|---|
static CacheDirectiveInfo.Expiration |
CacheDirectiveInfo.Expiration.NEVER
An relative Expiration that never expires. |
Methods in org.apache.hadoop.hdfs.protocol that return CacheDirectiveInfo.Expiration | |
---|---|
CacheDirectiveInfo.Expiration |
CacheDirectiveInfo.getExpiration()
|
static CacheDirectiveInfo.Expiration |
CacheDirectiveInfo.Expiration.newAbsolute(Date date)
Create a new absolute Expiration. |
static CacheDirectiveInfo.Expiration |
CacheDirectiveInfo.Expiration.newAbsolute(long ms)
Create a new absolute Expiration. |
static CacheDirectiveInfo.Expiration |
CacheDirectiveInfo.Expiration.newRelative(long ms)
Create a new relative Expiration. |
Methods in org.apache.hadoop.hdfs.protocol with parameters of type CacheDirectiveInfo.Expiration | |
---|---|
CacheDirectiveInfo.Builder |
CacheDirectiveInfo.Builder.setExpiration(CacheDirectiveInfo.Expiration expiration)
Sets when the CacheDirective should expire. |
Uses of CacheDirectiveInfo.Expiration in org.apache.hadoop.hdfs.protocolPB |
---|
Methods in org.apache.hadoop.hdfs.protocolPB that return CacheDirectiveInfo.Expiration | |
---|---|
static CacheDirectiveInfo.Expiration |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoExpirationProto proto)
|
Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CacheDirectiveInfo.Expiration | |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoExpirationProto |
PBHelper.convert(CacheDirectiveInfo.Expiration expiration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |