Uses of Enum Class
org.glassfish.tyrus.core.cluster.RemoteSession.DistributedMapKey
Packages that use RemoteSession.DistributedMapKey
-
Uses of RemoteSession.DistributedMapKey in org.glassfish.tyrus.core.cluster
Methods in org.glassfish.tyrus.core.cluster that return RemoteSession.DistributedMapKeyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RemoteSession.DistributedMapKey[]
RemoteSession.DistributedMapKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.tyrus.core.cluster that return types with arguments of type RemoteSession.DistributedMapKeyModifier and TypeMethodDescriptionabstract Map
<RemoteSession.DistributedMapKey, Object> ClusterContext.getDistributedSessionProperties
(String sessionId) Get the map containing session properties to be shared among nodes.Constructor parameters in org.glassfish.tyrus.core.cluster with type arguments of type RemoteSession.DistributedMapKeyModifierConstructorDescriptionRemoteSession
(String sessionId, ClusterContext clusterContext, Map<RemoteSession.DistributedMapKey, Object> distributedPropertyMap, TyrusEndpointWrapper endpointWrapper, Session session) Constructor.