Uses of Class
com.pervasive.datarush.ports.record.DatasetOptions
Packages that use DatasetOptions
Package
Description
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 DatasetOptionsModifier and TypeFieldDescriptionstatic final DatasetOptionsDatasetOptions.DEFAULTBy default, we use theDatasetStorageFormat.COMPACT_ROWand a block size of 64.Methods in com.pervasive.datarush.ports.record that return DatasetOptionsModifier and TypeMethodDescriptionRecordMetadata.getStagingOptions()Returns the staging options of the record port.Methods in com.pervasive.datarush.ports.record with parameters of type DatasetOptionsModifier and TypeMethodDescriptionvoidRecordPort.setIterationStagingOptions(IterativeMetadataContext ctx, DatasetOptions options) Sets the staging options for this input port.RecordMetadata.stagingOptions(DatasetOptions stagingOptions) Returns a new RecordMetadata, equivalent to this, but with stagingOptions set to the specified value.