Toggle navigation
Home
org.infinispan.persistence.spi.MarshalledEntryFactory to org.infinispan.persistence.spi.MarshallableEntryFactory
No. of Instances - 23
No. of Commits - 1
No. of Projects - {'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
ctx.getMarshalledEntryFactory()
to
ctx.getMarshallableEntryFactory()
ctx.getMarshalledEntryFactory()
to
ctx.getMarshallableEntryFactory()
ctx.getMarshalledEntryFactory()
to
ctx.getMarshallableEntryFactory()
marshalledEntryFactory.newMarshalledEntry(key,sv.getValue(),internalMetadata(sv))
to
marshalledEntryFactory.create(key,sv.getValue(),internalMetadata(sv))
ctx.getMarshalledEntryFactory()
to
ctx.getMarshallableEntryFactory()
marshalledEntryFactory.newMarshalledEntry(e.getKey(),e.getValue(),internalMetadata(e))
to
marshalledEntryFactory.create(e.getKey(),e.getValue(),internalMetadata(e))
ctx.getMarshalledEntryFactory()
to
ctx.getMarshallableEntryFactory()
Cascading Type Change (Different)
MarshalledEntry<K,V>
to
MarshallableEntry<K,V>
MarshalledEntry
to
MarshallableEntry
MarshalledEntry
to
MarshallableEntry
Iterable<MarshalledEntry>
to
Iterable<MarshallableEntry>
MarshalledEntry
to
MarshallableEntry
MarshalledEntry
to
MarshallableEntry
Rename Method invocation
newMarshalledEntry
to
create
newMarshalledEntry
to
create
newMarshalledEntry
to
create
newMarshalledEntry
to
create
newMarshalledEntry
to
create
newMarshalledEntry
to
create
newMarshalledEntry
to
create
newMarshalledEntry
to
create
newMarshalledEntry
to
create
newMarshalledEntry
to
create
Cascading Type Change (Similar)
MarshalledEntryFactory
to
MarshallableEntryFactory