Uses of Class
com.loomcache.server.datastructures.PNCounter
Packages that use PNCounter
Package
Description
-
Uses of PNCounter in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return PNCounterModifier and TypeMethodDescriptionDataStructureRegistry.getOrCreatePNCounter(String name) @Nullable PNCounterDataStructureRegistry.getPNCounter(String name) Methods in com.loomcache.server.datastructures with parameters of type PNCounter -
Uses of PNCounter in com.loomcache.server.datastructures.crdt
Methods in com.loomcache.server.datastructures.crdt that return PNCounterModifier and TypeMethodDescription@Nullable PNCounterCrdtManager.getPNCounter(String name) Get a registered PN-Counter.Methods in com.loomcache.server.datastructures.crdt with parameters of type PNCounterModifier and TypeMethodDescriptionvoidCrdtManager.registerPNCounter(String name, PNCounter counter) Register a PN-Counter instance. -
Uses of PNCounter in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return PNCounter -
Uses of PNCounter in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type PNCounter