Class CompositeCacheKeyMarshaller
java.lang.Object
io.quarkus.cache.infinispan.runtime.CompositeCacheKeyMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<io.quarkus.cache.CompositeCacheKey>,org.infinispan.protostream.MessageMarshaller<io.quarkus.cache.CompositeCacheKey>
public class CompositeCacheKeyMarshaller
extends Object
implements org.infinispan.protostream.MessageMarshaller<io.quarkus.cache.CompositeCacheKey>
CompositeCacheKey protostream marshaller class-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.MessageMarshaller
org.infinispan.protostream.MessageMarshaller.ProtoStreamReader, org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.infinispan.protostream.BaseMarshaller
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends io.quarkus.cache.CompositeCacheKey> io.quarkus.cache.CompositeCacheKeyreadFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) voidwriteTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer, io.quarkus.cache.CompositeCacheKey compositeCacheKey) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.protostream.BaseMarshaller
getSubClassNames
-
Field Details
-
PACKAGE
- See Also:
-
NAME
- See Also:
-
FULL_NAME
- See Also:
-
KEYS
- See Also:
-
-
Constructor Details
-
CompositeCacheKeyMarshaller
public CompositeCacheKeyMarshaller()
-
-
Method Details
-
readFrom
public io.quarkus.cache.CompositeCacheKey readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) throws IOException - Specified by:
readFromin interfaceorg.infinispan.protostream.MessageMarshaller<io.quarkus.cache.CompositeCacheKey>- Throws:
IOException
-
writeTo
public void writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer, io.quarkus.cache.CompositeCacheKey compositeCacheKey) throws IOException - Specified by:
writeToin interfaceorg.infinispan.protostream.MessageMarshaller<io.quarkus.cache.CompositeCacheKey>- Throws:
IOException
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<io.quarkus.cache.CompositeCacheKey>
-
getTypeName
- Specified by:
getTypeNamein interfaceorg.infinispan.protostream.BaseMarshaller<io.quarkus.cache.CompositeCacheKey>
-