MCPcopy Create free account
hub / github.com/e2wugui/zeze / cancelFuture

Method cancelFuture

ZezeJava/ZezeJava/src/main/java/Zeze/Component/Timer.java:845–849  ·  view source on GitHub ↗
(@NotNull String timerId)

Source from the content-addressed store, hash-verified

843 }
844
845 void cancelFuture(@NotNull String timerId) {
846 var local = timerFutures.remove(timerId);
847 if (local != null)
848 local.cancel(false);
849 }
850
851 private void cancel(int serverId, @NotNull String timerId, long nodeId, @Nullable BNode node,
852 @Nullable TimerHandle handle) {

Callers 10

cancelMethod · 0.95
redirectCancelMethod · 0.95
fireSimpleMethod · 0.95
fireCronMethod · 0.95
cancelOnlineLocalMethod · 0.80
fireOnlineCronMethod · 0.80
fireOnlineSimpleMethod · 0.80
cancelOnlineLocalMethod · 0.80
fireCronMethod · 0.80
fireSimpleMethod · 0.80

Calls 2

removeMethod · 0.65
cancelMethod · 0.65

Tested by

no test coverage detected