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
  • package pb
    Definition Classes
    playback
  • PlaybackFrames
  • PlaybackSortedFrames

package pb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. 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 -Duser.timezone="UTC" -Dexec.mainClass=com.nvidia.mdx.core.util.playback.pb.PlaybackFrames -Dexec.args="[--input-file inputFile] [--config-file configFile]"

  2. object PlaybackSortedFrames

    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.pb.PlaybackFrames -Dexec.args = [--input-file inputFile] [--config-file configFile]

Ungrouped