Package | Description |
---|---|
com.pervasive.datarush.operators.model |
Provides operators for handling models.
|
com.pervasive.datarush.util |
Provides common utilities
|
Modifier and Type | Method and Description |
---|---|
Reference<T> |
PutModel.getModelReference()
For advanced use only; returns the reference location where the model is to be obtained.
|
Reference<T> |
GetModel.getModelReference()
For advanced use only; returns the reference location where the model is to be set.
|
Modifier and Type | Method and Description |
---|---|
void |
PutModel.setModelReference(Reference<T> reference)
For advanced use only; sets the reference location where the model is to be obtained.
|
void |
GetModel.setModelReference(Reference<T> reference)
For advanced use only; specifies a reference location where the model is to be set.
|
Modifier and Type | Method and Description |
---|---|
static <T> Reference<T> |
Reference.newInstance()
Constructs a new reference object.
|
Copyright © 2020 Actian Corporation. All rights reserved.