Class DirectoryHandlerChangeTask
java.lang.Object
com.hypixel.hytale.server.core.asset.monitor.DirectoryHandlerChangeTask
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate final AssetMonitorprivate final AtomicBooleanprivate final AssetMonitorHandlerstatic final com.hypixel.hytale.logger.HytaleLoggerprivate final Pathprivate final ScheduledFuture<?> -
Constructor Summary
ConstructorsConstructorDescriptionDirectoryHandlerChangeTask(AssetMonitor assetMonitor, Path parent, AssetMonitorHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidremovePath(Path path) voidrun()toString()
-
Field Details
-
LOGGER
public static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
ACCUMULATION_DELAY_MILLIS
private static final long ACCUMULATION_DELAY_MILLIS- See Also:
-
assetMonitor
-
parent
-
handler
-
task
-
changed
-
paths
-
-
Constructor Details
-
DirectoryHandlerChangeTask
public DirectoryHandlerChangeTask(AssetMonitor assetMonitor, Path parent, AssetMonitorHandler handler)
-
-
Method Details