Uses of Enum Class
org.apache.pulsar.metadata.api.extended.SessionEvent
Packages that use SessionEvent
-
Uses of SessionEvent in org.apache.pulsar.metadata.api.extended
Methods in org.apache.pulsar.metadata.api.extended that return SessionEventModifier and TypeMethodDescriptionstatic SessionEventReturns the enum constant of this class with the specified name.static SessionEvent[]SessionEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.pulsar.metadata.api.extended with type arguments of type SessionEventModifier and TypeMethodDescriptionvoidMetadataStoreExtended.registerSessionListener(Consumer<SessionEvent> listener) Register a session listener that will get notified of changes in status of the current session. -
Uses of SessionEvent in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type SessionEventModifier and TypeMethodDescriptionprotected voidAbstractMetadataStore.receivedSessionEvent(SessionEvent event) protected voidEtcdMetadataStore.receivedSessionEvent(SessionEvent event) protected voidZKMetadataStore.receivedSessionEvent(SessionEvent event) voidFaultInjectionMetadataStore.triggerSessionEvent(SessionEvent event) Method parameters in org.apache.pulsar.metadata.impl with type arguments of type SessionEventModifier and TypeMethodDescriptionvoidAbstractMetadataStore.registerSessionListener(Consumer<SessionEvent> listener) voidFaultInjectionMetadataStore.registerSessionListener(Consumer<SessionEvent> listener) Constructor parameters in org.apache.pulsar.metadata.impl with type arguments of type SessionEventModifierConstructorDescriptionEtcdSessionWatcher(io.etcd.jetcd.Client client, long sessionTimeoutMillis, Consumer<SessionEvent> sessionListener) ZKSessionWatcher(ZooKeeper zk, Consumer<SessionEvent> sessionListener)