Package org.infinispan.lucene.cacheloader.configuration

Examples of org.infinispan.lucene.cacheloader.configuration.LuceneLoaderConfiguration.location()


   @Override
   public void init(InitializationContext ctx) {
      this.ctx = ctx;
      LuceneLoaderConfiguration configuration = ctx.getConfiguration();
      this.fileRoot = configuration.location();
      this.autoChunkSize = configuration.autoChunkSize();
   }

   @Override
   public MarshalledEntry load(final Object key) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.