Package org.infinispan.query.remote.indexing

Examples of org.infinispan.query.remote.indexing.FileDescriptorSourceExternalizer


   @Override
   public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) {
      Map<Integer, AdvancedExternalizer<?>> externalizerMap = globalCfg.serialization().advancedExternalizers();
      externalizerMap.put(ExternalizerIds.PROTOBUF_VALUE_WRAPPER, new ProtobufValueWrapper.Externalizer());
      externalizerMap.put(ExternalizerIds.PROTOBUF_FILE_DESCRIPTOR_SRC, new FileDescriptorSourceExternalizer());
   }
View Full Code Here


   @Override
   public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) {
      Map<Integer, AdvancedExternalizer<?>> externalizerMap = globalCfg.serialization().advancedExternalizers();
      externalizerMap.put(ExternalizerIds.PROTOBUF_VALUE_WRAPPER, new ProtobufValueWrapper.Externalizer());
      externalizerMap.put(ExternalizerIds.PROTOBUF_FILE_DESCRIPTOR_SRC, new FileDescriptorSourceExternalizer());
   }
View Full Code Here

TOP

Related Classes of org.infinispan.query.remote.indexing.FileDescriptorSourceExternalizer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.