Package | Description |
---|---|
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ClasspathSpecifier.Element |
ClasspathSpecifier.Element.cacheScope(CacheScopeSpecifier cacheScope)
Returns a new ClasspathElement, overriding the cacheScope.
|
Constructor and Description |
---|
Element(Path path,
CacheScopeSpecifier cacheScope,
boolean dynamic,
OSGIOptions osgiOptions)
Create a new classpath for the given path.
|
Copyright © 2016 Actian Corporation. All rights reserved.