|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sca4j.binding.file.common.FileBindingMetadata
public class FileBindingMetadata
Contains configuration data for binding.file
| Field Summary | |
|---|---|
boolean |
acquireEndpointLock
Acquire the lock on endpoint so that only one service polls the endpoint across cluster |
boolean |
acquireFileLock
lock the file during read/write operation to protect against in-flight files |
java.lang.String |
archiveFileTimestampPattern
Timestamp pattern for archived file |
java.net.URI |
archiveUri
URI of the directory where the file will be moved after reading |
java.lang.String |
filenamePattern
pattern used to select file |
long |
pollingFrequency
polling frequency |
java.lang.String |
tmpFileSuffix
Suffix used to create temp file during upload, which is then renamed to original file on completion. |
| Constructor Summary | |
|---|---|
FileBindingMetadata()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.net.URI archiveUri
public java.lang.String filenamePattern
public boolean acquireFileLock
public boolean acquireEndpointLock
public long pollingFrequency
public java.lang.String archiveFileTimestampPattern
public java.lang.String tmpFileSuffix
| Constructor Detail |
|---|
public FileBindingMetadata()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||