Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.marshall.jboss.ExternalizerTable

Packages that use ExternalizerTable
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. 
org.infinispan.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
 

Uses of ExternalizerTable in org.infinispan.marshall
 

Methods in org.infinispan.marshall with parameters of type ExternalizerTable
 void CacheMarshaller.inject(Cache cache, Configuration cfg, InvocationContextContainer icc, ExternalizerTable extTable, GlobalConfiguration globalCfg)
           
 void VersionAwareMarshaller.inject(Cache cache, Configuration cfg, InvocationContextContainer icc, ExternalizerTable extTable, GlobalConfiguration globalCfg)
           
 void GlobalMarshaller.inject(ExternalizerTable extTable, GlobalConfiguration globalCfg)
           
 

Uses of ExternalizerTable in org.infinispan.marshall.jboss
 

Methods in org.infinispan.marshall.jboss with parameters of type ExternalizerTable
 void JBossMarshaller.inject(ExternalizerTable externalizerTable, Configuration cfg, InvocationContextContainer icc, GlobalConfiguration globalCfg)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.