Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package nvidia
    Definition Classes
    com
  • package mdx

    this is the base transform for mdx analytics SDK, the transform comprise of

    this is the base transform for mdx analytics SDK, the transform comprise of


    core : mdx streaming core classes
    xapp : comprise of sample applications

    Definition Classes
    nvidia
  • package core

    this is the core transform for mdx SDK, contains transform and classes for the core mdx functionality

    this is the core transform for mdx SDK, contains transform and classes for the core mdx functionality

    Definition Classes
    mdx
  • package util
    Definition Classes
    core
  • package playback

    primarily comprise of playback classes, these utility classed are used to simulate perception layer, send Frames or Messages from input file.

    primarily comprise of playback classes, these utility classed are used to simulate perception layer, send Frames or Messages from input file.

    Definition Classes
    util
  • package json
    Definition Classes
    playback
  • Playback
  • PlaybackFrames
  • PlaybackFramesWithOffset
  • PlaybackSortedFrames
  • package pb
    Definition Classes
    playback

package json

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object Playback

    Simulates perception layer, sends messages to Kafka with the updated timestamps, given an input file

    Simulates perception layer, sends messages to Kafka with the updated timestamps, given an input file

    Usage: mvn exec:java -Dexec.mainClass=com.nvidia.mdx.core.util.playback.json.Playback -Dexec.args = [--input-file inputFile] [--config-file configFile]

  2. object PlaybackFrames

    Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file

    Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file

    Usage: mvn exec:java -Dexec.mainClass=com.nvidia.mdx.core.util.playback.json.PlaybackFrames -Dexec.args = [--input-file inputFile] [--config-file configFile]

  3. object PlaybackFramesWithOffset

    Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file

    Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file

    Usage: mvn exec:java -Dexec.mainClass=com.nvidia.mdx.core.util.playback.json.PlaybackFrames -Dexec.args = [--input-file inputFile] [--config-file configFile]

  4. object PlaybackSortedFrames

    Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file, this utility assumes that frames are ordered by timestamp.

    Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file, this utility assumes that frames are ordered by timestamp. this can handle large files

    Usage: mvn exec:java -Dexec.mainClass=com.nvidia.mdx.core.util.playback.json.PlaybackSortedFrames -Dexec.args = [--input-file inputFile] [--config-file configFile]

Ungrouped