Uses of Class
com.biglybt.core.util.ConcurrentHasherRequest
-
Packages that use ConcurrentHasherRequest Package Description com.biglybt.core.util -
-
Uses of ConcurrentHasherRequest in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type ConcurrentHasherRequest Modifier and Type Field Description protected java.util.List<ConcurrentHasherRequest>
ConcurrentHasher. requests
Methods in com.biglybt.core.util that return ConcurrentHasherRequest Modifier and Type Method Description ConcurrentHasherRequest
ConcurrentHasher. addRequest(java.nio.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)ConcurrentHasherRequest
ConcurrentHasher. addRequest(java.nio.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 ConcurrentHasherRequest Modifier and Type Method Description void
ConcurrentHasherRequestListener. complete(ConcurrentHasherRequest request)
-