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 DatasetOptionsDatasetOptions. DEFAULTBy default, we use theDatasetStorageFormat.COMPACT_ROWand a block size of 64.Methods in com.pervasive.datarush.ports.record that return DatasetOptions Modifier and Type Method Description DatasetOptionsRecordMetadata. 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 voidRecordPort. setIterationStagingOptions(IterativeMetadataContext ctx, DatasetOptions options)Sets the staging options for this input port.RecordMetadataRecordMetadata. stagingOptions(DatasetOptions stagingOptions)Returns a new RecordMetadata, equivalent to this, but with stagingOptions set to the specified value.
-