congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
JobReport.getJobEndTime
Code IndexAdd Tabnine to your IDE (free)

How to use
getJobEndTime
method
in
com.marklogic.client.datamovement.JobReport

Best Java code snippets using com.marklogic.client.datamovement.JobReport.getJobEndTime (Showing top 1 results out of 315)

origin: marklogic/java-client-api

assertTrue("Job Report should return null for end timestamp", report.getJobEndTime() == null);
moveMgr.stopJob(ticket.getBatcher());
Date reportDate = report.getReportTimestamp().getTime();
Date reportStartDate = report.getJobStartTime().getTime();
Date reportEndDate = report.getJobEndTime().getTime();
assertTrue("Job Report has incorrect start timestamp", reportStartDate.getTime() >= minTime &&
 reportStartDate.getTime() <= reportStartTime);
com.marklogic.client.datamovementJobReportgetJobEndTime

Javadoc

Gets the timestamp at which WriteBatcher or QueryBatcherfinished the job

Popular methods of JobReport

  • getSuccessEventsCount
    WriteBatcher : gets the number of documents written to the database QueryBatcher : gets the number o
  • getFailureBatchesCount
    WriteBatcher : gets the number of batches that the job failed to write QueryBatcher : gets the numbe
  • getFailureEventsCount
    WriteBatcher : gets the number of documents that were sent but failed to write QueryBatcher : gets t
  • getJobStartTime
    Gets the timestamp at which WriteBatcher or QueryBatcherstarted the job
  • getReportTimestamp
    Gets the timestamp at which this instance of JobReport was created
  • getSuccessBatchesCount
    WriteBatcher : gets the number of batches written to the database QueryBatcher : gets the number of

Popular in Java

  • Finding current android device location
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • startActivity (Activity)
  • putExtra (Intent)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Github Copilot alternatives
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