Tabnine Logo
OIndexAbstract.rebuild
Code IndexAdd Tabnine to your IDE (free)

How to use
rebuild
method
in
com.orientechnologies.orient.core.index.OIndexAbstract

Best Java code snippets using com.orientechnologies.orient.core.index.OIndexAbstract.rebuild (Showing top 4 results out of 315)

origin: com.orientechnologies/orientdb-lucene

@Override
public long rebuild(OProgressListener iProgressListener) {
 return super.rebuild(iProgressListener);
}
origin: com.orientechnologies/orientdb-core

/**
 * {@inheritDoc}
 */
public long rebuild() {
 return rebuild(new OIndexRebuildOutputListener(this));
}
origin: com.orientechnologies/orientdb-core

public OIndexAbstract<T> removeCluster(String iClusterName) {
 acquireExclusiveLock();
 try {
  if (clustersToIndex.remove(iClusterName)) {
   updateConfiguration();
   rebuild();
  }
  return this;
 } finally {
  releaseExclusiveLock();
 }
}
origin: com.orientechnologies/orientdb-core

 rebuild();
} catch (Exception t) {
 OLogManager.instance()
com.orientechnologies.orient.core.indexOIndexAbstractrebuild

Popular methods of OIndexAbstract

  • create
    Creates the index.
  • getName
  • remove
  • acquireExclusiveLock
  • acquireSharedLock
  • applyIndexTxEntry
  • clear
  • clearSnapshot
  • commitSnapshot
  • determineValueSerializer
  • doReloadIndexEngine
  • fillIndex
  • doReloadIndexEngine,
  • fillIndex,
  • get,
  • getCollatingValue,
  • getDatabase,
  • getDefinition,
  • getEngineProperties,
  • getMetadata,
  • getType

Popular in Java

  • Running tasks concurrently on multiple threads
  • getApplicationContext (Context)
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (Timer)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Best IntelliJ plugins
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