| Package | Description |
|---|---|
| org.imixs.archive.service.cassandra | |
| org.imixs.archive.service.export | |
| org.imixs.archive.service.resync |
| Modifier and Type | Method and Description |
|---|---|
protected com.datastax.driver.core.Session |
ClusterService.createKeySpace(String keySpace)
This method creates a cassandra keySpace.
|
void |
DataService.deleteSnapshot(org.imixs.workflow.ItemCollection itemCol)
This method deletes a snapshot.
|
org.imixs.workflow.ItemCollection |
DataService.getItemCollection(byte[] source)
Converts a byte array into a XMLDocument and returns the ItemCollection
object.
|
byte[] |
DataService.getRawData(org.imixs.workflow.ItemCollection itemCol)
Converts a ItemCollection into a XMLDocument and returns the byte data.
|
protected com.datastax.driver.core.Cluster |
ClusterService.initCluster()
This method creates a Cassandra Cluster object.
|
byte[] |
DataService.loadFileContent(String md5)
This helper method loades the content of a document defned by its MD5
checksum.
|
org.imixs.workflow.FileData |
DataService.loadFileData(org.imixs.workflow.FileData fileData)
This helper method loades the content of a document defned by a FileData
object.
|
org.imixs.workflow.ItemCollection |
DataService.loadMetadata()
This method loads the metadata object represended by an ItemCollection.
|
org.imixs.workflow.ItemCollection |
DataService.loadSnapshot(String snapshotID)
This method loads a snapshot form the cassandra cluster.
|
org.imixs.workflow.ItemCollection |
DataService.loadSnapshot(String snapshotID,
boolean mergeDocuments)
Thist method loads a snapshot form the cassandra cluster.
|
void |
DataService.saveMetadata(org.imixs.workflow.ItemCollection metadata)
This method saves the metadata represented by an ItemCollection.
|
void |
DataService.saveSnapshot(org.imixs.workflow.ItemCollection snapshot)
This method saves a ItemCollection into a specific KeySpace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportService.cancel()
Stops the current import
|
org.imixs.workflow.ItemCollection |
FTPConnector.get(org.apache.commons.net.ftp.FTPClient ftpClient,
String fileName)
This method reads a snapshot form the current working directry
|
void |
FTPConnector.put(org.imixs.workflow.ItemCollection snapshot)
This method transfers a snapshot to a ftp server.
|
org.imixs.workflow.ItemCollection |
ExportService.reset()
THis method reset the export sync data and returns an updated metaData object
|
void |
ImportService.start()
This method initializes a new timer for the import ....
|
boolean |
ExportService.startScheduler()
This method initializes the scheduler.
|
boolean |
ExportService.stopScheduler()
This method stops the scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncService.cancel()
Stops the current sync
|
String |
RemoteAPIService.readSnapshotIDByUniqueID(String uniqueid)
This method read the current snapshot id for a given UnqiueID.
|
org.imixs.workflow.xml.XMLDataCollection |
RemoteAPIService.readSyncData(long syncPoint)
This method read sync data.
|
void |
RemoteAPIService.restoreSnapshot(org.imixs.workflow.ItemCollection snapshot) |
void |
SyncService.start()
This method initializes a new timer for the sync ....
|
void |
RestoreService.start(long restoreFrom,
long restoreTo,
List<Map> options)
Starts a new restore process with a EJB TimerService
The Timer will be started imediatly with a intervall duration defined by the
constante TIMER_INTERVAL_DURATION
The meta data for the restore process is stored in the metadata object.
|
Copyright © 2016–2019 Imixs Software Solutions GmbH. All rights reserved.