Package com.orientechnologies.orient.core.index

Examples of com.orientechnologies.orient.core.index.OIndexMVRBTreeAbstract.acquireExclusiveLock()


        for (String indexName : involvedIndexes) {
          final OIndexMVRBTreeAbstract index = (OIndexMVRBTreeAbstract) getMetadata().getIndexManager().getIndexInternal(indexName);
          if (lockedIndexes == null)
            lockedIndexes = new ArrayList<OIndexMVRBTreeAbstract>();

          index.acquireExclusiveLock();
          lockedIndexes.add(index);
        }

      getStorage().commit(currentTx);
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.