public interface JournalFileTable extends Table
Title: Dataspace Framework
Description: Journal file table interface.
Copyright: Copyright (c) 2016
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
long |
getCheckInterval() |
java.lang.String |
getDataSource() |
JournalFileTableCollection.ProcessingStrategy |
getProcessingStrategy() |
AppendableFileTableReader.Statistics |
getStatistics() |
boolean |
isStarted()
Checks whether the source file monitor started or not.
|
boolean |
isSuspendOnFail() |
void |
setCheckInterval(long checkInterval) |
void |
setDataSource(java.lang.String source)
Sets file table source CSV file and links to this source file.
|
void |
setProcessingStrategy(JournalFileTableCollection.ProcessingStrategy processingStrategy) |
void |
setProcessingStrategy(JournalFileTableCollection.ProcessingStrategy processingStrategy,
long seqId,
long timestamp) |
void |
setSuspendOnFail(boolean suspendOnFail) |
void |
start()
Starts source file monitor.
|
void |
stop()
Stops source file monitor.
|
void |
truncate() |
clear, clear, containsPrimarykey, delete, delete, deleteAll, drainFromQueue, fromMap, fromQueue, fromRowSet, getRow, hasForeignKey, hasPrimaryKey, insert, insert, insert, insert, insertAll, insertAll, isEmpty, primaryKeySet, rowSet, select, size, toMap, toMapCollection, toQueue, toQueueCollection, toRowSet, toTableCollection, update, update, update, upsert, upsert
getCollectionName, getCollectionType, getMemoryModel, listTriggers
void setDataSource(java.lang.String source)
source
- source filejava.lang.String getDataSource()
long getCheckInterval()
void setCheckInterval(long checkInterval)
void start()
void stop()
void setProcessingStrategy(JournalFileTableCollection.ProcessingStrategy processingStrategy)
void setProcessingStrategy(JournalFileTableCollection.ProcessingStrategy processingStrategy, long seqId, long timestamp)
JournalFileTableCollection.ProcessingStrategy getProcessingStrategy()
void setSuspendOnFail(boolean suspendOnFail)
boolean isSuspendOnFail()
boolean isStarted()
void truncate()
AppendableFileTableReader.Statistics getStatistics()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.