Index

C D E F G H I L O R S T U V W 
All Classes and Interfaces|All Packages

C

createFileSystem() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 

D

DIRS_ONLY - Enum constant in enum class tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 

E

equals(Object) - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
Indicates whether some other object is "equal to" this one.

F

FILES_DIRS - Enum constant in enum class tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 
FILES_ONLY - Enum constant in enum class tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 
FolderActivity - Interface in tv.hd3g.jobkit.watchfolder
 
founded() - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
Returns the value of the founded record component.
foundedAndUpdated() - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
 

G

getFoundedAndUpdatedFS() - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
 
getMaxDeep() - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
getPickUpType(ObservedFolder) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
getService() - Method in class tv.hd3g.jobkit.watchfolder.Watchfolders
 

H

hashCode() - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
Returns a hash code value for this object.

I

IGNORE_FOUNDED_FILE - Enum constant in enum class tv.hd3g.jobkit.watchfolder.RetryScanPolicyOnUserError
Let founded file in database, but don't resend it to FolderActivity.onAfterScan
isFolderActivityEvent(SupervisableEndEvent) - Static method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
isPickUpDirs() - Method in enum class tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 
isPickUpFiles() - Method in enum class tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 

L

losted() - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
Returns the value of the losted record component.

O

ObservedFolder - Class in tv.hd3g.jobkit.watchfolder
 
ObservedFolder() - Constructor for class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
onAfterScan(ObservedFolder, Duration, WatchedFiles) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
onBeforeScan(ObservedFolder) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
onScanErrorFolder(ObservedFolder, Exception) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
onStartScans(List<? extends ObservedFolder>) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
onStopScans(List<? extends ObservedFolder>) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 

R

reset(Set<CachedFileAttributes>) - Method in interface tv.hd3g.jobkit.watchfolder.WatchedFilesDb
 
reset(Set<CachedFileAttributes>) - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
RETRY_FOUNDED_FILE - Enum constant in enum class tv.hd3g.jobkit.watchfolder.RetryScanPolicyOnUserError
Reset status for founded file in database: it will be resend to FolderActivity.onAfterScan (and we hope that's time, the user process will be ok)
retryScanPolicyOnUserError(ObservedFolder, WatchedFiles, Exception) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
RetryScanPolicyOnUserError - Enum Class in tv.hd3g.jobkit.watchfolder
 

S

setMaxDeep(int) - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
setup(ObservedFolder, WatchFolderPickupType) - Method in interface tv.hd3g.jobkit.watchfolder.WatchedFilesDb
 
setup(ObservedFolder, WatchFolderPickupType) - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
startScans() - Method in class tv.hd3g.jobkit.watchfolder.Watchfolders
 
stopScans() - Method in class tv.hd3g.jobkit.watchfolder.Watchfolders
 

T

toString() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
toString() - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
Returns a string representation of this record class.
totalFiles() - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
Returns the value of the totalFiles record component.
tv.hd3g.jobkit.watchfolder - package tv.hd3g.jobkit.watchfolder
 

U

update(AbstractFileSystemURL) - Method in interface tv.hd3g.jobkit.watchfolder.WatchedFilesDb
 
update(AbstractFileSystemURL) - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
updated() - Method in record class tv.hd3g.jobkit.watchfolder.WatchedFiles
Returns the value of the updated record component.

V

valueOf(String) - Static method in enum class tv.hd3g.jobkit.watchfolder.RetryScanPolicyOnUserError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class tv.hd3g.jobkit.watchfolder.RetryScanPolicyOnUserError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WatchedFiles - Record Class in tv.hd3g.jobkit.watchfolder
 
WatchedFiles(Set<CachedFileAttributes>, Set<CachedFileAttributes>, Set<CachedFileAttributes>, int) - Constructor for record class tv.hd3g.jobkit.watchfolder.WatchedFiles
Creates an instance of a WatchedFiles record class.
WatchedFilesDb - Interface in tv.hd3g.jobkit.watchfolder
 
WatchedFilesInMemoryDb - Class in tv.hd3g.jobkit.watchfolder
Not thread safe
WatchedFilesInMemoryDb() - Constructor for class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
WatchFolderPickupType - Enum Class in tv.hd3g.jobkit.watchfolder
 
Watchfolders - Class in tv.hd3g.jobkit.watchfolder
 
Watchfolders(List<? extends ObservedFolder>, FolderActivity, Duration, JobKitEngine, String, String, Supplier<WatchedFilesDb>) - Constructor for class tv.hd3g.jobkit.watchfolder.Watchfolders
 
C D E F G H I L O R S T U V W 
All Classes and Interfaces|All Packages