Package | Description |
---|---|
org.apache.oodt.cas.filemgr.ingest |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalCache.liveHasProduct(String uniqueElementName,
String uniqueElementValue,
String productTypeName)
Performs a
XmlRpcFileManagerClient.hasProduct(String) check
against a live File Manager, bypassing the Cache . |
void |
CachedIngester.resynsc() |
void |
RmiCache.sync() |
void |
LocalCache.sync() |
void |
Cache.sync()
Synchronizes this Cache with the File Manager specified by the
Cache.setFileManager(URL) method. |
void |
RmiCache.sync(List<String> uniqueElementProductTypeNames) |
void |
LocalCache.sync(List<String> uniqueElementProductTypeNames) |
void |
Cache.sync(List<String> uniqueElementProductTypeNames)
Synchronizes this Cache with the File Manager specified by the
Cache.setFileManager(URL) method. |
void |
RmiCache.sync(String uniqueElementName,
List<String> uniqueElementProductTypeNames) |
void |
LocalCache.sync(String uniqueElementName,
List<String> uniqueElementProductTypeNames) |
void |
Cache.sync(String uniqueElementName,
List<String> uniqueElementProductTypeNames)
Synchronizes this Cache with the File Manager specified by the
Cache.setFileManager(URL) method. |
Copyright © 1999–2017 Apache OODT. All rights reserved.