Uses of Class
org.wildfly.clustering.marshalling.ByteBufferMarshalledKey
Packages that use ByteBufferMarshalledKey
Package
Description
-
Uses of ByteBufferMarshalledKey in org.wildfly.clustering.marshalling
Methods in org.wildfly.clustering.marshalling that return ByteBufferMarshalledKeyModifier and TypeMethodDescription<K> ByteBufferMarshalledKey<K> ByteBufferMarshalledKeyFactory.createMarshalledValue(K object) -
Uses of ByteBufferMarshalledKey in org.wildfly.clustering.marshalling.protostream
Methods in org.wildfly.clustering.marshalling.protostream that return ByteBufferMarshalledKeyModifier and TypeMethodDescriptionByteBufferMarshalledKeyMarshaller.readFrom(ProtoStreamReader reader) Methods in org.wildfly.clustering.marshalling.protostream that return types with arguments of type ByteBufferMarshalledKeyModifier and TypeMethodDescriptionClass<? extends ByteBufferMarshalledKey<Object>> ByteBufferMarshalledKeyMarshaller.getJavaClass()Methods in org.wildfly.clustering.marshalling.protostream with parameters of type ByteBufferMarshalledKeyModifier and TypeMethodDescriptionByteBufferMarshalledKeyMarshaller.size(ProtoStreamSizeOperation operation, ByteBufferMarshalledKey<Object> key) voidByteBufferMarshalledKeyMarshaller.writeTo(ProtoStreamWriter writer, ByteBufferMarshalledKey<Object> key)