Uses of Class
com.biglybt.core.util.ConcurrentHasherRequest
Packages that use ConcurrentHasherRequest
-
Uses of ConcurrentHasherRequest in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type ConcurrentHasherRequestModifier and TypeFieldDescriptionprotected final List
<ConcurrentHasherRequest> ConcurrentHasher.requests
Methods in com.biglybt.core.util that return ConcurrentHasherRequestModifier and TypeMethodDescriptionConcurrentHasher.addRequest
(ByteBuffer buffer, int hash_version, int piece_size, long v2_file_size) add a synchronous request - on return it will have run (or been cancelled)ConcurrentHasher.addRequest
(ByteBuffer buffer, int hash_version, int piece_size, long v2_file_size, ConcurrentHasherRequestListener listener, boolean low_priorty) Add an asynchronous request if listener supplied, sync otherwiseMethods in com.biglybt.core.util with parameters of type ConcurrentHasherRequestModifier and TypeMethodDescriptionvoid
ConcurrentHasherRequestListener.complete
(ConcurrentHasherRequest request)