Uses of Interface
org.neo4j.driver.internal.metrics.ListenerEvent
Packages that use ListenerEvent
-
Uses of ListenerEvent in org.neo4j.driver.internal.async.pool
Methods in org.neo4j.driver.internal.async.pool that return ListenerEventMethods in org.neo4j.driver.internal.async.pool with parameters of type ListenerEventModifier and TypeMethodDescriptionvoidNettyChannelTracker.channelCreated(io.netty.channel.Channel channel, ListenerEvent<?> creatingEvent) -
Uses of ListenerEvent in org.neo4j.driver.internal.metrics
Methods in org.neo4j.driver.internal.metrics that return ListenerEventModifier and TypeMethodDescriptionDevNullMetricsListener.createListenerEvent()MetricsListener.createListenerEvent()Methods in org.neo4j.driver.internal.metrics with parameters of type ListenerEventModifier and TypeMethodDescriptionvoidDevNullMetricsListener.afterAcquiredOrCreated(String poolId, ListenerEvent<?> acquireEvent) voidMetricsListener.afterAcquiredOrCreated(String poolId, ListenerEvent<?> acquireEvent) After acquiring or creating a new netty channel from pool successfully.voidDevNullMetricsListener.afterConnectionCreated(String poolId, ListenerEvent<?> inUseEvent) voidMetricsListener.afterConnectionCreated(String poolId, ListenerEvent<?> inUseEvent) After acquiring or creating a new netty channel from pool successfully.voidDevNullMetricsListener.afterConnectionReleased(String poolId, ListenerEvent<?> inUseEvent) voidMetricsListener.afterConnectionReleased(String poolId, ListenerEvent<?> inUseEvent) After releasing a netty channel back to pool successfully.voidDevNullMetricsListener.afterCreated(String poolId, ListenerEvent<?> creatingEvent) voidMetricsListener.afterCreated(String poolId, ListenerEvent<?> creatingEvent) After a netty channel is created successfully.voidDevNullMetricsListener.beforeAcquiringOrCreating(String poolId, ListenerEvent<?> acquireEvent) voidMetricsListener.beforeAcquiringOrCreating(String poolId, ListenerEvent<?> acquireEvent) Before acquiring or creating a new netty channel from pool.voidDevNullMetricsListener.beforeCreating(String poolId, ListenerEvent<?> creatingEvent) voidMetricsListener.beforeCreating(String poolId, ListenerEvent<?> creatingEvent) Before creating a netty channel.