Uses of Class
com.pervasive.datarush.ports.record.DatasetOptions
-
Packages that use DatasetOptions Package Description com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators. -
-
Uses of DatasetOptions in com.pervasive.datarush.ports.record
Fields in com.pervasive.datarush.ports.record declared as DatasetOptions Modifier and Type Field Description static DatasetOptions
DatasetOptions. DEFAULT
By default, we use theDatasetStorageFormat.COMPACT_ROW
and a block size of 64.Methods in com.pervasive.datarush.ports.record that return DatasetOptions Modifier and Type Method Description DatasetOptions
RecordMetadata. getStagingOptions()
Returns the staging options of the record port.Methods in com.pervasive.datarush.ports.record with parameters of type DatasetOptions Modifier and Type Method Description void
RecordPort. setIterationStagingOptions(IterativeMetadataContext ctx, DatasetOptions options)
Sets the staging options for this input port.RecordMetadata
RecordMetadata. stagingOptions(DatasetOptions stagingOptions)
Returns a new RecordMetadata, equivalent to this, but with stagingOptions set to the specified value.
-