Uses of Interface
org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Packages that use ProtoStreamWriter
Package
Description
-
Uses of ProtoStreamWriter in org.wildfly.clustering.cache.function
Methods in org.wildfly.clustering.cache.function with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidCollectionFunctionMarshaller.writeTo(ProtoStreamWriter writer, F function) voidMapComputeFunctionMarshaller.writeTo(ProtoStreamWriter writer, MapComputeFunction<Object, Object> function) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement ProtoStreamWriterModifier and TypeClassDescriptionclassDelegates mostProtoStreamWriteroperations to aTagWriter.classProtoStreamWriterimplementation that writes to aTagWriterImpl.classclassAProtoStreamWriterimplementation used to compute the number of bytes that would be written to a stream.Methods in org.wildfly.clustering.marshalling.protostream with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidByteBufferMarshalledKeyMarshaller.writeTo(ProtoStreamWriter writer, ByteBufferMarshalledKey<Object> key) voidByteBufferMarshalledValueMarshaller.writeTo(ProtoStreamWriter writer, ByteBufferMarshalledValue<Object> key) voidClassMarshaller.writeTo(ProtoStreamWriter writer, Class<?> targetClass) voidEnumMarshaller.writeTo(ProtoStreamWriter writer, E value) voidExceptionMarshaller.writeTo(ProtoStreamWriter writer, E exception) voidLoadedClassField.writeTo(ProtoStreamWriter writer, Class<?> targetClass) voidPackedArrayMarshaller.writeTo(ProtoStreamWriter writer, Object array) voidScalar.writeTo(ProtoStreamWriter writer, Object value) voidScalarFieldMarshaller.writeTo(ProtoStreamWriter writer, T value) voidStackTraceElementMarshaller.writeTo(ProtoStreamWriter writer, StackTraceElement element) voidTypedArrayMarshaller.writeTo(ProtoStreamWriter writer, Object array) voidTypedEnumMarshaller.writeTo(ProtoStreamWriter writer, E value) voidTypedObjectMarshaller.writeTo(ProtoStreamWriter writer, Object value) voidWritable.writeTo(ProtoStreamWriter writer, T value) Writes the specified object to the specified writer. -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.math
Methods in org.wildfly.clustering.marshalling.protostream.math with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidBigDecimalMarshaller.writeTo(ProtoStreamWriter writer, BigDecimal value) voidMathContextMarshaller.writeTo(ProtoStreamWriter writer, MathContext context) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.net
Methods in org.wildfly.clustering.marshalling.protostream.net with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidInetAddressMarshaller.writeTo(ProtoStreamWriter writer, InetAddress address) voidInetSocketAddressMarshaller.writeTo(ProtoStreamWriter writer, InetSocketAddress socketAddress) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.reflect
Methods in org.wildfly.clustering.marshalling.protostream.reflect with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidAbstractMemberMarshaller.writeTo(ProtoStreamWriter writer, T source) voidFieldMarshaller.writeTo(ProtoStreamWriter writer, T source) voidProxyMarshaller.writeTo(ProtoStreamWriter writer, T value) voidSynchronizedDecoratorMarshaller.writeTo(ProtoStreamWriter writer, T value) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.time
Methods in org.wildfly.clustering.marshalling.protostream.time with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidDurationMarshaller.writeTo(ProtoStreamWriter writer, Duration duration) voidLocalDateMarshaller.writeTo(ProtoStreamWriter writer, LocalDate date) voidLocalDateTimeMarshaller.writeTo(ProtoStreamWriter writer, LocalDateTime value) voidLocalTimeMarshaller.writeTo(ProtoStreamWriter writer, LocalTime time) voidMonthDayMarshaller.writeTo(ProtoStreamWriter writer, MonthDay value) voidOffsetDateTimeMarshaller.writeTo(ProtoStreamWriter writer, OffsetDateTime value) voidOffsetTimeMarshaller.writeTo(ProtoStreamWriter writer, OffsetTime value) voidPeriodMarshaller.writeTo(ProtoStreamWriter writer, Period period) voidYearMarshaller.writeTo(ProtoStreamWriter writer, Year value) voidYearMonthMarshaller.writeTo(ProtoStreamWriter writer, YearMonth value) voidZonedDateTimeMarshaller.writeTo(ProtoStreamWriter writer, ZonedDateTime value) voidZoneOffsetMarshaller.writeTo(ProtoStreamWriter writer, ZoneOffset offset) -
Uses of ProtoStreamWriter in org.wildfly.clustering.marshalling.protostream.util
Methods in org.wildfly.clustering.marshalling.protostream.util with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidAbstractCollectionMarshaller.writeTo(ProtoStreamWriter writer, T collection) voidAbstractMapMarshaller.writeTo(ProtoStreamWriter writer, T map) voidCalendarMarshaller.writeTo(ProtoStreamWriter writer, Calendar calendar) voidComparatorMarshaller.writeTo(ProtoStreamWriter writer, Comparator<?> comparator) voidEnumMapMarshaller.writeTo(ProtoStreamWriter writer, EnumMap<E, Object> map) voidEnumSetMarshaller.writeTo(ProtoStreamWriter writer, EnumSet<E> set) voidLinkedHashMapMarshaller.writeTo(ProtoStreamWriter writer, LinkedHashMap<K, V> map) voidLocaleMarshaller.writeTo(ProtoStreamWriter writer, Locale locale) voidMapEntryMarshaller.writeTo(ProtoStreamWriter writer, T entry) voidPropertiesMarshaller.writeTo(ProtoStreamWriter writer, Properties properties) voidPropertyMarshaller.writeTo(ProtoStreamWriter writer, T entry) voidSortedMapMarshaller.writeTo(ProtoStreamWriter writer, T map) voidSortedSetMarshaller.writeTo(ProtoStreamWriter writer, T set) voidStringKeyMapEntryMarshaller.writeTo(ProtoStreamWriter writer, T entry) voidStringKeyMapMarshaller.writeTo(ProtoStreamWriter writer, T map) voidUUIDMarshaller.writeTo(ProtoStreamWriter writer, UUID uuid) -
Uses of ProtoStreamWriter in org.wildfly.clustering.server.infinispan
Methods in org.wildfly.clustering.server.infinispan with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidAddressMarshaller.writeTo(ProtoStreamWriter writer, org.infinispan.remoting.transport.Address address) -
Uses of ProtoStreamWriter in org.wildfly.clustering.server.infinispan.expiration
Methods in org.wildfly.clustering.server.infinispan.expiration with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidSimpleExpirationMetaDataMarshaller.writeTo(ProtoStreamWriter writer, SimpleExpirationMetaData metaData) -
Uses of ProtoStreamWriter in org.wildfly.clustering.server.infinispan.provider
Methods in org.wildfly.clustering.server.infinispan.provider with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidAddressSetFunctionMarshaller.writeTo(ProtoStreamWriter writer, F function) -
Uses of ProtoStreamWriter in org.wildfly.clustering.server.infinispan.scheduler
Methods in org.wildfly.clustering.server.infinispan.scheduler with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidScheduleCommandMarshaller.writeTo(ProtoStreamWriter writer, ScheduleCommand<I, M> command) -
Uses of ProtoStreamWriter in org.wildfly.clustering.server.jgroups
Methods in org.wildfly.clustering.server.jgroups with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidAddressMarshaller.writeTo(ProtoStreamWriter writer, org.jgroups.Address address) -
Uses of ProtoStreamWriter in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidIdentifierScalarMarshaller.writeTo(ProtoStreamWriter writer, String id) -
Uses of ProtoStreamWriter in org.wildfly.clustering.session.cache.attributes.fine
Methods in org.wildfly.clustering.session.cache.attributes.fine with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidSessionAttributeMapComputeFunctionMarshaller.writeTo(ProtoStreamWriter writer, SessionAttributeMapComputeFunction<Object> function) voidSessionAttributeMapEntryMarshaller.writeTo(ProtoStreamWriter writer, SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>> entry) -
Uses of ProtoStreamWriter in org.wildfly.clustering.session.cache.metadata.coarse
Methods in org.wildfly.clustering.session.cache.metadata.coarse with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidDefaultSessionMetaDataEntryMarshaller.writeTo(ProtoStreamWriter writer, DefaultSessionMetaDataEntry<Object> metaData) voidSessionMetaDataEntryFunctionMarshaller.writeTo(ProtoStreamWriter writer, SessionMetaDataEntryFunction<Object> function) -
Uses of ProtoStreamWriter in org.wildfly.clustering.session.cache.metadata.fine
Methods in org.wildfly.clustering.session.cache.metadata.fine with parameters of type ProtoStreamWriterModifier and TypeMethodDescriptionvoidDefaultSessionAccessMetaDataEntryMarshaller.writeTo(ProtoStreamWriter writer, DefaultSessionAccessMetaDataEntry metaData) voidDefaultSessionCreationMetaDataEntryMarshaller.writeTo(ProtoStreamWriter writer, DefaultSessionCreationMetaDataEntry<Object> metaData) voidSessionCreationMetaDataEntryFunctionMarshaller.writeTo(ProtoStreamWriter writer, SessionAccessMetaDataEntryFunction function)