java.lang.Object
com.pervasive.datarush.operators.io.FileMetadata
The metadata associated with physical data files.
-
Constructor Summary
ConstructorsConstructorDescriptionFileMetadata(RecordMetadata metadata) Create a FileMetadata inheriting the setting from a RecordPort's metadata with the specified parallelism.FileMetadata(RecordTokenType type) Create a FileMetadata of the given type and unspecified ordering and partitioning.FileMetadata(RecordTokenType type, DataOrdering dataOrdering, DataDistribution dataDistribution) Create a FileMetadata of the given type, ordering, distribution, and parallelism. -
Method Summary
-
Constructor Details
-
FileMetadata
Create a FileMetadata of the given type and unspecified ordering and partitioning.- Parameters:
type- the record type
-
FileMetadata
Create a FileMetadata inheriting the setting from a RecordPort's metadata with the specified parallelism.- Parameters:
metadata- the record port metadataparallelism- the parallelism
-
FileMetadata
public FileMetadata(RecordTokenType type, DataOrdering dataOrdering, DataDistribution dataDistribution) Create a FileMetadata of the given type, ordering, distribution, and parallelism.- Parameters:
type- the record typedataOrdering- the data orderingdataDistribution- the data distributionparallelism- the parallelism
-
-
Method Details
-
getType
Returns the record data type of the file.- Returns:
- the record data type of the file.
-
getDataOrdering
Returns the data ordering of the file.- Returns:
- the data ordering of the file.
-
getDataDistribution
Returns the data partitioning of the file.- Returns:
- the data partitioning of the file.
-
toString
-