Class CreateIndexesOperation

    • Method Detail

      • getWriteConcern

        public WriteConcern getWriteConcern​()
        Deprecated. 
        Gets the write concern.
        Returns:
        the write concern, which may be null
        Since:
        3.4
      • getRequests

        public List<IndexRequest> getRequests​()
        Deprecated. 
        Gets the index requests.
        Returns:
        the index requests
      • getIndexNames

        public List<String> getIndexNames​()
        Deprecated. 
        Gets the index names.
        Returns:
        a list of index names
      • getMaxTime

        public long getMaxTime​(TimeUnit timeUnit)
        Deprecated. 
        Gets the maximum execution time on the server for this operation. The default is 0, which places no limit on the execution time.
        Parameters:
        timeUnit - the time unit to return the result in
        Returns:
        the maximum execution time in the given time unit
        Since:
        3.6
      • maxTime

        public CreateIndexesOperation maxTime​(long maxTime,
                                              TimeUnit timeUnit)
        Deprecated. 
        Sets the maximum execution time on the server for this operation.
        Parameters:
        maxTime - the max time
        timeUnit - the time unit, which may not be null
        Returns:
        this
        Since:
        3.6
      • execute

        public Void execute​(WriteBinding binding)
        Deprecated. 
        Description copied from interface: WriteOperation
        General execute which can return anything of type T
        Specified by:
        execute in interface WriteOperation<Void>
        Parameters:
        binding - the binding to execute in the context of
        Returns:
        T, the result of the execution