protected static class CachingDirectoryFactory.CacheValue extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
closeCacheValueCalled |
Set<CachingDirectoryFactory.CacheValue> |
closeEntries |
Directory |
directory |
boolean |
doneWithDir |
String |
path |
int |
refCnt |
Set<CachingDirectoryFactory.CacheValue> |
removeEntries |
Constructor and Description |
---|
CacheValue(String path,
Directory directory) |
Modifier and Type | Method and Description |
---|---|
void |
setDeleteOnClose(boolean deleteOnClose,
boolean deleteAfterCoreClose) |
String |
toString() |
public final String path
public final Directory directory
public int refCnt
public boolean closeCacheValueCalled
public boolean doneWithDir
public Set<CachingDirectoryFactory.CacheValue> removeEntries
public Set<CachingDirectoryFactory.CacheValue> closeEntries
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.