Uses of Class
org.restheart.mongodb.handlers.changestreams.SessionInfo
-
Packages that use SessionInfo Package Description org.restheart.mongodb.handlers.changestreams -
-
Uses of SessionInfo in org.restheart.mongodb.handlers.changestreams
Methods in org.restheart.mongodb.handlers.changestreams that return SessionInfo Modifier and Type Method Description SessionInfoChangeStreamsRegistry. get(SessionKey key)SessionInfoChangeStreamsRegistry. put(SessionKey key, SessionInfo info)SessionInfoChangeStreamsRegistry. remove(SessionKey key)Methods in org.restheart.mongodb.handlers.changestreams with parameters of type SessionInfo Modifier and Type Method Description Set<SessionKey>ChangeStreamsRegistry. getSessionKeysOnOperation(SessionInfo db, String coll, String operation)SessionInfoChangeStreamsRegistry. put(SessionKey key, SessionInfo info)
-