Uses of Class
org.apache.pulsar.metadata.api.extended.SessionEvent
-
Packages that use SessionEvent Package Description org.apache.pulsar.metadata.api.extended Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SessionEvent in org.apache.pulsar.metadata.api.extended
Methods in org.apache.pulsar.metadata.api.extended that return SessionEvent Modifier and Type Method Description static SessionEventSessionEvent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SessionEvent[]SessionEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.pulsar.metadata.api.extended with type arguments of type SessionEvent Modifier and Type Method Description voidMetadataStoreExtended. registerSessionListener(java.util.function.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 SessionEvent Modifier and Type Method Description protected 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 SessionEvent Modifier and Type Method Description voidAbstractMetadataStore. registerSessionListener(java.util.function.Consumer<SessionEvent> listener)voidFaultInjectionMetadataStore. registerSessionListener(java.util.function.Consumer<SessionEvent> listener)Constructor parameters in org.apache.pulsar.metadata.impl with type arguments of type SessionEvent Constructor Description EtcdSessionWatcher(io.etcd.jetcd.Client client, long sessionTimeoutMillis, java.util.function.Consumer<SessionEvent> sessionListener)ZKSessionWatcher(org.apache.zookeeper.ZooKeeper zk, java.util.function.Consumer<SessionEvent> sessionListener)
-