Uses of Class
org.wildfly.clustering.marshalling.ByteBufferMarshalledValue
Packages that use ByteBufferMarshalledValue
Package
Description
-
Uses of ByteBufferMarshalledValue in org.wildfly.clustering.marshalling
Subclasses of ByteBufferMarshalledValue in org.wildfly.clustering.marshallingModifier and TypeClassDescriptionclassMarshalledValueimplementation suitable for map keys that uses aByteBufferMarshaller.Methods in org.wildfly.clustering.marshalling that return ByteBufferMarshalledValueModifier and TypeMethodDescription<V> ByteBufferMarshalledValue<V> ByteBufferMarshalledValueFactory.createMarshalledValue(V object) -
Uses of ByteBufferMarshalledValue in org.wildfly.clustering.marshalling.protostream
Methods in org.wildfly.clustering.marshalling.protostream that return ByteBufferMarshalledValueModifier and TypeMethodDescriptionByteBufferMarshalledValueMarshaller.readFrom(ProtoStreamReader reader) Methods in org.wildfly.clustering.marshalling.protostream that return types with arguments of type ByteBufferMarshalledValueModifier and TypeMethodDescriptionClass<? extends ByteBufferMarshalledValue<Object>> ByteBufferMarshalledValueMarshaller.getJavaClass()Methods in org.wildfly.clustering.marshalling.protostream with parameters of type ByteBufferMarshalledValueModifier and TypeMethodDescriptionByteBufferMarshalledValueMarshaller.size(ProtoStreamSizeOperation operation, ByteBufferMarshalledValue<Object> value) voidByteBufferMarshalledValueMarshaller.writeTo(ProtoStreamWriter writer, ByteBufferMarshalledValue<Object> key) -
Uses of ByteBufferMarshalledValue in org.wildfly.clustering.session.cache.attributes.fine
Methods in org.wildfly.clustering.session.cache.attributes.fine that return types with arguments of type ByteBufferMarshalledValueModifier and TypeMethodDescriptionClass<? extends SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>> SessionAttributeMapEntryMarshaller.getJavaClass()SessionAttributeMapEntryMarshaller.readFrom(ProtoStreamReader reader) Method parameters in org.wildfly.clustering.session.cache.attributes.fine with type arguments of type ByteBufferMarshalledValueModifier and TypeMethodDescriptionvoidSessionAttributeMapEntryMarshaller.writeTo(ProtoStreamWriter writer, SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>> entry)