Uses of Class
org.restheart.mongodb.handlers.changestreams.SessionKey
-
Packages that use SessionKey Package Description org.restheart.mongodb.handlers.changestreams -
-
Uses of SessionKey in org.restheart.mongodb.handlers.changestreams
Methods in org.restheart.mongodb.handlers.changestreams that return SessionKey Modifier and Type Method Description SessionKeyChangeStreamNotification. getSessionKey()SessionKeyChangeStreamWebSocketSession. getSessionKey()Methods in org.restheart.mongodb.handlers.changestreams that return types with arguments of type SessionKey Modifier and Type Method Description Set<SessionKey>ChangeStreamsRegistry. getSessionKeysOnCollection(String db, String coll)Set<SessionKey>ChangeStreamsRegistry. getSessionKeysOnDb(String db)Set<SessionKey>ChangeStreamsRegistry. getSessionKeysOnOperation(SessionInfo db, String coll, String operation)Set<SessionKey>ChangeStreamsRegistry. keySet()Set<SessionKey>WebSocketSessionsRegistry. keySet()Methods in org.restheart.mongodb.handlers.changestreams with parameters of type SessionKey Modifier and Type Method Description booleanWebSocketSessionsRegistry. add(SessionKey key, ChangeStreamWebSocketSession session)booleanChangeStreamsRegistry. containsKey(SessionKey key)SessionInfoChangeStreamsRegistry. get(SessionKey key)Set<ChangeStreamWebSocketSession>WebSocketSessionsRegistry. get(SessionKey key)SessionInfoChangeStreamsRegistry. put(SessionKey key, SessionInfo info)SessionInfoChangeStreamsRegistry. remove(SessionKey key)booleanWebSocketSessionsRegistry. remove(SessionKey key, ChangeStreamWebSocketSession session)Constructors in org.restheart.mongodb.handlers.changestreams with parameters of type SessionKey Constructor Description ChangeStreamNotification(SessionKey sessionKey, String notificationMessage)ChangeStreamSubscriber(SessionKey sessionKey)ChangeStreamWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, SessionKey sessionKey)
-