Package com.illumon.iris.pqimport
Class MergeImportPersistentQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<PersistentQueryState>
com.illumon.iris.pqimport.MergeImportPersistentQuery
- All Implemented Interfaces:
RemoteQuery<PersistentQueryState>
,Serializable
- Direct Known Subclasses:
ImportPersistentQuery
,MergePersistentQuery
,ValidatePersistentQuery
public abstract class MergeImportPersistentQuery
extends ContextAwareRemoteQuery<PersistentQueryState>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.tables.remotequery.RemoteQuery
execute
-
Field Details
-
PARTITION_SUBSTITUTION
Used for queries as a string to substitute for the resulting column partition. For example $(columnPartition) might be replaced with a Date value in CSV file names.- See Also:
-
SUBSTITUTION_DATE_FORMAT
- See Also:
-
-
Constructor Details
-
MergeImportPersistentQuery
public MergeImportPersistentQuery()
-