All Known Implementing Classes:
FindEntitiesByClassificationExecutor, FindEntitiesByPropertyExecutor, FindEntitiesByPropertyValueExecutor, FindEntitiesExecutor, FindRelationshipsByPropertyExecutor, FindRelationshipsByPropertyValueExecutor, FindRelationshipsExecutor, GetAllTypesExecutor, GetEntityDetailHistoryExecutor, GetRelationshipsForEntityExecutor, PageableEntityRepositoryExecutorBase

public interface CloneableRepositoryExecutor
CloneableRepositoryExecutor describes the interface for a repository executor that can be cloned to run in parallel. They use a shared accumulator to gather and assemble the result.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a clone of this executor with the same command parameters and accumulator instance.
  • Method Details

    • getClone

      Return a clone of this executor with the same command parameters and accumulator instance.
      Returns:
      clone of this executor