Skip navigation links
WildFly: Clustering integration with JBoss Marshalling 19.1.0.Final
B C D E G H I M O R S T W 

B

ByteBufferOutputStream - Class in org.wildfly.clustering.marshalling.jboss
A specialized ByteArrayOutputStream that exposes the internal buffer.
ByteBufferOutputStream() - Constructor for class org.wildfly.clustering.marshalling.jboss.ByteBufferOutputStream
 
ByteBufferOutputStream(int) - Constructor for class org.wildfly.clustering.marshalling.jboss.ByteBufferOutputStream
 

C

ClassTableContributor - Interface in org.wildfly.clustering.marshalling.jboss
Contributes known classes to a ClassTable.
context - Variable in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValueFactory
 
createExternal(Class<?>, ObjectInput) - Method in class org.wildfly.clustering.marshalling.jboss.ExternalizerAdapter
 
createMarshalledValue(T) - Method in class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValueFactory
 
createMarshalledValue(T) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValueFactory
 
createMarshaller(int) - Method in interface org.wildfly.clustering.marshalling.jboss.MarshallingContext
 
createMarshaller(int) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContext
 
createMarshallingContext(MarshallingConfigurationRepository, ClassLoader) - Method in interface org.wildfly.clustering.marshalling.jboss.MarshallingContextFactory
 
createMarshallingContext(MarshallingConfigurationRepository, ClassLoader) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContextFactory
 
createUnmarshaller(int) - Method in interface org.wildfly.clustering.marshalling.jboss.MarshallingContext
 
createUnmarshaller(int) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContext
 

D

DynamicClassTable - Class in org.wildfly.clustering.marshalling.jboss
ClassTable implementation that dynamically loads ClassTableContributor instances visible from a given ClassLoader.
DynamicClassTable(ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.jboss.DynamicClassTable
 

E

equals(Object) - Method in class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValue
 
equals(Object) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValue
 
ExternalizerAdapter - Class in org.wildfly.clustering.marshalling.jboss
Adapts a Externalizer to a JBoss Marshalling Externalizer.
ExternalizerAdapter(Externalizer<?>) - Constructor for class org.wildfly.clustering.marshalling.jboss.ExternalizerAdapter
 
ExternalizerObjectTable - Class in org.wildfly.clustering.marshalling.jboss
ObjectTable implementation that dynamically loads Externalizer instances available from a given ClassLoader.
ExternalizerObjectTable(ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.jboss.ExternalizerObjectTable
 
ExternalizerObjectTable(List<Externalizer<Object>>) - Constructor for class org.wildfly.clustering.marshalling.jboss.ExternalizerObjectTable
 
ExternalizerObjectTable(Externalizer<Object>...) - Constructor for class org.wildfly.clustering.marshalling.jboss.ExternalizerObjectTable
 

G

get(MarshallingContext) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValue
getBuffer() - Method in class org.wildfly.clustering.marshalling.jboss.ByteBufferOutputStream
Returns the internal buffer of this output stream.
getClassLoader() - Method in interface org.wildfly.clustering.marshalling.jboss.MarshallingContext
 
getClassLoader() - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContext
 
getClassWriter(Class<?>) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleClassTable
 
getCurrentMarshallingVersion() - Method in interface org.wildfly.clustering.marshalling.jboss.MarshallingConfigurationRepository
 
getCurrentMarshallingVersion() - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingConfigurationRepository
 
getCurrentVersion() - Method in interface org.wildfly.clustering.marshalling.jboss.MarshallingContext
 
getCurrentVersion() - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContext
 
getKnownClasses() - Method in interface org.wildfly.clustering.marshalling.jboss.ClassTableContributor
 
getMarshallingConfiguration(int) - Method in interface org.wildfly.clustering.marshalling.jboss.MarshallingConfigurationRepository
 
getMarshallingConfiguration(int) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingConfigurationRepository
 
getObjectWriter(Object) - Method in class org.wildfly.clustering.marshalling.jboss.ExternalizerObjectTable
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValueExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValueExternalizer
 

H

HashableMarshalledValue<T> - Class in org.wildfly.clustering.marshalling.jboss
Like SimpleMarshalledValue, but also serializes the underlying object's hash code, so that this object can still be hashed, even if deserialized, but not yet rehydrated.
HashableMarshalledValue(T, MarshallingContext) - Constructor for class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValue
 
HashableMarshalledValueExternalizer<T> - Class in org.wildfly.clustering.marshalling.jboss
 
HashableMarshalledValueExternalizer() - Constructor for class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValueExternalizer
 
HashableMarshalledValueFactory - Class in org.wildfly.clustering.marshalling.jboss
Factory for creating a HashableMarshalledValue.
HashableMarshalledValueFactory(MarshallingContextFactory, MarshallingConfigurationRepository, ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValueFactory
 
HashableMarshalledValueFactory(MarshallingContext) - Constructor for class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValueFactory
 
hashCode() - Method in class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValue
 
hashCode() - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValue
N.B.

I

isMarshallable(Object) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContext
 

M

MarshallingConfigurationRepository - Interface in org.wildfly.clustering.marshalling.jboss
Repository of versioned MarshallingConfigurations.
MarshallingContext - Interface in org.wildfly.clustering.marshalling.jboss
A marshalling context for use with a MarshalledValue.
MarshallingContextFactory - Interface in org.wildfly.clustering.marshalling.jboss
Factory for creating a marshalling context.

O

org.wildfly.clustering.marshalling.jboss - package org.wildfly.clustering.marshalling.jboss
 

R

readClass(Unmarshaller) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleClassTable
 
readObject(Unmarshaller) - Method in class org.wildfly.clustering.marshalling.jboss.ExternalizerObjectTable
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValueExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValueExternalizer
 

S

SimpleClassTable - Class in org.wildfly.clustering.marshalling.jboss
Simple ClassTable implementation based on an array of recognized classes.
SimpleClassTable(Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleClassTable
 
SimpleClassTable(List<Class<?>>) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleClassTable
 
SimpleMarshalledValue<T> - Class in org.wildfly.clustering.marshalling.jboss
A marshalled value that is lazily serialized and deserialized on demand.
SimpleMarshalledValue(T, MarshallingContext) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValue
 
SimpleMarshalledValueExternalizer<T> - Class in org.wildfly.clustering.marshalling.jboss
 
SimpleMarshalledValueExternalizer() - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValueExternalizer
 
SimpleMarshalledValueFactory - Class in org.wildfly.clustering.marshalling.jboss
Factory for creating a SimpleMarshalledValue.
SimpleMarshalledValueFactory(MarshallingContextFactory, MarshallingConfigurationRepository, ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValueFactory
 
SimpleMarshalledValueFactory(MarshallingContext) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValueFactory
 
SimpleMarshallingConfigurationRepository - Class in org.wildfly.clustering.marshalling.jboss
Simple MarshallingConfigurationRepository implementation based on an array of MarshallingConfigurations.
SimpleMarshallingConfigurationRepository(Class<E>, E, C) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingConfigurationRepository
Create a marshalling configuration repository using the specified enumeration of marshalling configuration suppliers.
SimpleMarshallingConfigurationRepository(MarshallingConfiguration...) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingConfigurationRepository
Create a marshalling configuration repository using the specified marshalling configurations.
SimpleMarshallingContext - Class in org.wildfly.clustering.marshalling.jboss
 
SimpleMarshallingContext(MarshallerFactory, MarshallingConfigurationRepository, ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContext
 
SimpleMarshallingContextFactory - Class in org.wildfly.clustering.marshalling.jboss
Factory for creating a SimpleMarshallingContext.
SimpleMarshallingContextFactory() - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContextFactory
 
SimpleMarshallingContextFactory(MarshallerFactory) - Constructor for class org.wildfly.clustering.marshalling.jboss.SimpleMarshallingContextFactory
 

T

toString() - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValue
 

W

writeExternal(Object, ObjectOutput) - Method in class org.wildfly.clustering.marshalling.jboss.ExternalizerAdapter
 
writeObject(ObjectOutput, HashableMarshalledValue<T>) - Method in class org.wildfly.clustering.marshalling.jboss.HashableMarshalledValueExternalizer
 
writeObject(ObjectOutput, SimpleMarshalledValue<T>) - Method in class org.wildfly.clustering.marshalling.jboss.SimpleMarshalledValueExternalizer
 
B C D E G H I M O R S T W 
Skip navigation links
WildFly: Clustering integration with JBoss Marshalling 19.1.0.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.