Uses of Class
ubic.gemma.core.util.runtime.FileLockInfo
Packages that use FileLockInfo
Package
Description
Utilities for locking files.
Utilities for accessing extended runtime information.
-
Uses of FileLockInfo in ubic.gemma.core.util.locking
Methods in ubic.gemma.core.util.locking that return types with arguments of type FileLockInfoModifier and TypeMethodDescriptionFileLockInfo.getProcInfo()Process-level information about the file lock.Constructor parameters in ubic.gemma.core.util.locking with type arguments of type FileLockInfoModifierConstructorDescriptionFileLockInfo(Path path, Path lockfilePath, int readHoldCount, int readLockCount, int writeHoldCount, boolean isWriteLocked, int channelHoldCount, List<FileLockInfo> procInfo) Creates a newFileLockInfoinstance. -
Uses of FileLockInfo in ubic.gemma.core.util.runtime
Methods in ubic.gemma.core.util.runtime that return FileLockInfo