Class DownsampleImportPersistentQuery

All Implemented Interfaces:
RemoteQuery<PersistentQueryState>, Serializable

public class DownsampleImportPersistentQuery
extends ImportPersistentQuery
Persistent query that takes a source table, downsamples it and saves into a target table (intraday). We do not base this on BaseImportPersistentQuery for now because we are using the new import "builder" construct, which provides much of the same functionality (creates the table writer factory for example).
See Also:
Serialized Form