Interface OIntent

All Known Implementing Classes:
OIntentMassiveInsert, OIntentMassiveRead, OIntentNoCache

@Deprecated public interface OIntent
Deprecated.
Intents aim to define common use case in order to optimize the execution.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Method Details

    • begin

      void begin(ODatabaseDocumentInternal iDatabase)
      Deprecated.
      Activate the intent.
      Parameters:
      iDatabase - Database where to activate it
    • end

      void end(ODatabaseDocumentInternal iDatabase)
      Deprecated.
      Activate the intent.
      Parameters:
      iDatabase - Database where to activate it
    • copy

      OIntent copy()
      Deprecated.