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