Tabnine Logo
DirectoryBuilderImpl.checkValidConfiguration
Code IndexAdd Tabnine to your IDE (free)

How to use
checkValidConfiguration
method
in
org.infinispan.lucene.impl.DirectoryBuilderImpl

Best Java code snippets using org.infinispan.lucene.impl.DirectoryBuilderImpl.checkValidConfiguration (Showing top 3 results out of 315)

origin: org.infinispan/infinispan-embedded-query

public DirectoryBuilderImpl(Cache<?, ?> metadataCache, Cache<?, ?> chunksCache, Cache<?, ?> distLocksCache, String indexName) {
 this.metadataCache = checkValidConfiguration(checkNotNull(metadataCache, "metadataCache"), indexName);
 this.chunksCache = checkValidConfiguration(checkNotNull(chunksCache, "chunksCache"), indexName);
 this.distLocksCache = checkValidConfiguration(checkNotNull(distLocksCache, "distLocksCache"), indexName);
 this.indexName = checkNotNull(indexName, "indexName");
 validateMetadataCache(metadataCache, indexName);
}
origin: org.infinispan/infinispan-lucene-directory

public DirectoryBuilderImpl(Cache<?, ?> metadataCache, Cache<?, ?> chunksCache, Cache<?, ?> distLocksCache, String indexName) {
 this.metadataCache = checkValidConfiguration(checkNotNull(metadataCache, "metadataCache"), indexName);
 this.chunksCache = checkValidConfiguration(checkNotNull(chunksCache, "chunksCache"), indexName);
 this.distLocksCache = checkValidConfiguration(checkNotNull(distLocksCache, "distLocksCache"), indexName);
 this.indexName = checkNotNull(indexName, "indexName");
 validateMetadataCache(metadataCache, indexName);
}
origin: org.infinispan/infinispan-lucene-v3

public DirectoryBuilderImpl(Cache<?, ?> metadataCache, Cache<?, ?> chunksCache, Cache<?, ?> distLocksCache, String indexName) {
 this.metadataCache = checkValidConfiguration(checkNotNull(metadataCache, "metadataCache"), indexName);
 this.chunksCache = checkValidConfiguration(checkNotNull(chunksCache, "chunksCache"), indexName);
 this.distLocksCache = checkValidConfiguration(checkNotNull(distLocksCache, "distLocksCache"), indexName);
 this.indexName =  checkNotNull(indexName, "indexName");
 validateMetadataCache(metadataCache, indexName);
}
org.infinispan.lucene.implDirectoryBuilderImplcheckValidConfiguration

Popular methods of DirectoryBuilderImpl

  • <init>
  • checkNotNull
  • makeDefaultLockFactory
  • makeDefaultSegmentReadLocker
  • validateMetadataCache
  • create

Popular in Java

  • Reactive rest calls using spring rest template
  • getSupportFragmentManager (FragmentActivity)
  • findViewById (Activity)
  • runOnUiThread (Activity)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now