Uses of Class
org.wildfly.clustering.web.cache.session.attributes.fine.SessionAttributeMapEntry
-
Packages that use SessionAttributeMapEntry Package Description org.wildfly.clustering.web.cache.session.attributes.fine -
-
Uses of SessionAttributeMapEntry in org.wildfly.clustering.web.cache.session.attributes.fine
Methods in org.wildfly.clustering.web.cache.session.attributes.fine that return SessionAttributeMapEntry Modifier and Type Method Description SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>SessionAttributeMapEntryMarshaller. readFrom(ProtoStreamReader reader)Methods in org.wildfly.clustering.web.cache.session.attributes.fine that return types with arguments of type SessionAttributeMapEntry Modifier and Type Method Description Class<? extends SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>SessionAttributeMapEntryMarshaller. getJavaClass()Methods in org.wildfly.clustering.web.cache.session.attributes.fine with parameters of type SessionAttributeMapEntry Modifier and Type Method Description voidSessionAttributeMapEntryMarshaller. writeTo(ProtoStreamWriter writer, SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>> entry)
-