| Package | Description |
|---|---|
| org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
| org.infinispan.marshall |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever
possible, rather than falling back to the JDK to do this.
|
| Modifier and Type | Method and Description |
|---|---|
protected MarshalledValue |
MarshalledValueInterceptor.createMarshalledValue(Object toWrap,
InvocationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Object,Object> |
MarshalledValueInterceptor.wrapMap(Map<Object,Object> m,
Set<MarshalledValue> marshalledValues,
InvocationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
MarshalledValue |
MarshalledValue.Externalizer.readObject(ObjectInput input) |
MarshalledValue |
MarshalledValue.setEqualityPreferenceForInstance(boolean equalityPreferenceForInstance) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends MarshalledValue>> |
MarshalledValue.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
MarshalledValue.Externalizer.writeObject(ObjectOutput output,
MarshalledValue mv) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.