Uses of Class
com.pervasive.datarush.cal.CacheScopeSpecifier
-
Packages that use CacheScopeSpecifier Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of CacheScopeSpecifier in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return CacheScopeSpecifier Modifier and Type Method Description CacheScopeSpecifier
ClasspathSpecifier.Element. cacheScope()
Returns the cacheScope of this element.static CacheScopeSpecifier
CacheScopeSpecifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheScopeSpecifier[]
CacheScopeSpecifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.cal with parameters of type CacheScopeSpecifier Modifier and Type Method Description ClasspathSpecifier.Element
ClasspathSpecifier.Element. cacheScope(CacheScopeSpecifier cacheScope)
Returns a new ClasspathElement, overriding the cacheScope.Constructors in com.pervasive.datarush.cal with parameters of type CacheScopeSpecifier Constructor Description Element(Path path, CacheScopeSpecifier cacheScope, boolean dynamic, OSGIOptions osgiOptions)
Create a new classpath for the given path.
-