MCPcopy Create free account
hub / github.com/contariaa/seedqueue / ping

Method ping

src/main/java/me/contaria/seedqueue/SeedQueue.java:445–450  ·  view source on GitHub ↗

Pings the currently active SeedQueueThread.

()

Source from the content-addressed store, hash-verified

443 * Pings the currently active {@link SeedQueueThread}.
444 */
445 public static void ping() {
446 SeedQueueThread thread = SeedQueue.thread;
447 if (thread != null) {
448 thread.ping();
449 }
450 }
451
452 /**
453 * @return A mutable copy of the queue.

Callers 8

playEntryMethod · 0.95
addMethod · 0.95
discardMethod · 0.95
lockMethod · 0.95
stopMethod · 0.45

Calls 1

pingMethod · 0.95

Tested by

no test coverage detected