Class FileChangeTask
java.lang.Object
com.hypixel.hytale.server.core.asset.monitor.FileChangeTask
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AssetMonitorprivate final booleanprivate static final longprivate longstatic final com.hypixel.hytale.logger.HytaleLoggerprivate final Pathprivate final PathEventprivate final ScheduledFuture<?> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
public static final com.hypixel.hytale.logger.HytaleLogger LOGGER -
FILE_SIZE_CHECK_DELAY_MILLIS
private static final long FILE_SIZE_CHECK_DELAY_MILLIS- See Also:
-
assetMonitor
-
path
-
pathEvent
-
createdOrModified
private final boolean createdOrModified -
task
-
lastSize
private long lastSize
-
-
Constructor Details
-
FileChangeTask
public FileChangeTask(AssetMonitor assetMonitor, @Nonnull Path path, @Nonnull PathEvent pathEvent) throws IOException - Throws:
IOException
-
-
Method Details