Class WatchBench.InvocationState

java.lang.Object
org.apache.zookeeper.server.watch.WatchBench.InvocationState
Direct Known Subclasses:
WatchBench.AddSparseWatchState, WatchBench.TriggerSparseWatchState
Enclosing class:
WatchBench
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public static class WatchBench.InvocationState extends Object
  • Field Details

    • watchManagerClass

      public String watchManagerClass
    • pathCount

      public int pathCount
    • watcherCount

      public int watcherCount
  • Constructor Details

    • InvocationState

      public InvocationState()
  • Method Details