Skip navigation links
Oracle® Big Data Spatial and Graph Multimedia Analytics Java API Reference
Release 2 (2.1), E66533-02
C F G M N O P S W 

C

close() - Method in class oracle.ord.hadoop.decoder.OrdFrameGrabber
Close the OrdFrameGrabber object, releasing any resources being used.
close() - Method in class oracle.ord.spark.streaming.OrdSparkFrameProcessor
Close the OrdSparkFrameProcessor object, releasing any resources being used.

F

finalize() - Method in class oracle.ord.spark.streaming.OrdSparkFrameProcessor
 

G

getFaceImage(int) - Method in class oracle.ord.hadoop.recognizer.OrdFaceReader
Returns the image data of the ith face image used in training the face recognition model.
getKey() - Method in class oracle.ord.hadoop.mapreduce.OrdFrameProcessor
Returns the key after processing a video frame in the mapper of a mapreduce job.
getKey() - Method in class oracle.ord.hadoop.mapreduce.OrdOutputProcessor
Returns the key after processing a video frame in the reducer of a mapreduce job.
getLabel(int) - Method in class oracle.ord.hadoop.recognizer.OrdFaceReader
Returns the label of the ith face image used in training the face recognition model.
getNumberOfImages() - Method in class oracle.ord.hadoop.recognizer.OrdFaceReader
Returns the number of face images used in training the face recognition model.
getTotalDuration() - Method in class oracle.ord.hadoop.decoder.OrdFrameGrabber
Returns the duration of the video that the OrdFrameGrabber object decodes.
getValue() - Method in class oracle.ord.hadoop.mapreduce.OrdFrameProcessor
Returns the value after processing a video frame in the mapper of a mapreduce job.
getValue() - Method in class oracle.ord.hadoop.mapreduce.OrdOutputProcessor
Returns the value after processing a video frame in the reducer of a mapreduce job.

M

m_conf - Variable in class oracle.ord.hadoop.mapreduce.OrdFrameProcessor
 
m_conf - Variable in class oracle.ord.hadoop.mapreduce.OrdOutputProcessor
 
m_conf_file - Variable in class oracle.ord.hadoop.recognizer.OrdFaceReader
 
m_in - Variable in class oracle.ord.hadoop.decoder.OrdFrameGrabber
 
m_props - Variable in class oracle.ord.spark.streaming.OrdSparkFrameProcessor
 
m_props - Variable in class oracle.ord.spark.streaming.OrdSparkResultWriter
 

N

nextFrame() - Method in class oracle.ord.hadoop.decoder.OrdFrameGrabber
Returns next frame data that the OrdFrameGrabber object decodes from the video at the time set by the seekToSecond method.

O

oracle.ord.hadoop.decoder - package oracle.ord.hadoop.decoder
This package contains all video decoder related classes.
oracle.ord.hadoop.mapreduce - package oracle.ord.hadoop.mapreduce
This package contains all MapReduce related classes including input and output formats, and mapper and reducer classes.
oracle.ord.hadoop.recognizer - package oracle.ord.hadoop.recognizer
This package contains all face recognition related classes including reading face images, training a face model, and face recognition classes.
oracle.ord.spark.streaming - package oracle.ord.spark.streaming
This package contains all Spark Streaming related classes including input and output streaming interfaces and Spark functions for processing video.
OrdFaceReader - Class in oracle.ord.hadoop.recognizer
OrdFaceReader is an abstract class which allows reading the face images which are used in training the face recognition model.
OrdFaceReader(String) - Constructor for class oracle.ord.hadoop.recognizer.OrdFaceReader
Creates an OrdFaceReader object that reads the face images which are used in training the face recognition model.
OrdFrameGrabber - Class in oracle.ord.hadoop.decoder
OrdFrameGrabber is an abstract class that specifies the interfaces of a video decoder which decodes video data stored in java.io.InputStream and returns the decoded frame as java.awt.image.BufferedImage.
OrdFrameGrabber(InputStream) - Constructor for class oracle.ord.hadoop.decoder.OrdFrameGrabber
Creates an OrdFrameGrabber object that decodes video frames from the specified FSDataInputStream.
OrdFrameProcessor<K1,V1,K2,V2> - Class in oracle.ord.hadoop.mapreduce
OrdFrameProcessor is an abstrat class which allows processing video frames in the mapper of a mapreduce job.
OrdFrameProcessor(Configuration) - Constructor for class oracle.ord.hadoop.mapreduce.OrdFrameProcessor
Creates an OrdFrameProcessor object that processes video frames in the mapper of a mapreduce job.
OrdOutputProcessor<K1,V1,K2,V2> - Class in oracle.ord.hadoop.mapreduce
OrdOutputProcessor is an abstrat class which allows processing video frames in the reducer of a mapreduce job.
OrdOutputProcessor(Configuration) - Constructor for class oracle.ord.hadoop.mapreduce.OrdOutputProcessor
Creates an OrdOutputProcessor object that processes video frames in the reducer of a mapreduce job.
OrdSparkFrameProcessor - Class in oracle.ord.spark.streaming
OrdSparkFrameProcessor is an abstract class which allows processing video frames in a flat map function in Spark.
OrdSparkFrameProcessor(Properties) - Constructor for class oracle.ord.spark.streaming.OrdSparkFrameProcessor
Create an OrdSparkFrameProcessor object that processes video frames in a flat map function in Spark.
OrdSparkResultWriter - Class in oracle.ord.spark.streaming
OrdSparkResultWriter is an abstract class which writes the processed video frame data to any customized writer in Spark.
OrdSparkResultWriter(Properties) - Constructor for class oracle.ord.spark.streaming.OrdSparkResultWriter
Create an OrdSparkResultWriter object that writes the processed video frame data to any cusomized writer in Spark.

P

processFrame(K1, V1) - Method in class oracle.ord.hadoop.mapreduce.OrdFrameProcessor
Processes the key-value pair of a video frame in the mapper of a mapreduce job.
processFrame(Tuple2<Text, OrdImageWritable>) - Method in class oracle.ord.spark.streaming.OrdSparkFrameProcessor
Processes the tuple of Text and OrdImageWritable in a flat map function in Spark.
processOutput(K1, Iterable<V1>) - Method in class oracle.ord.hadoop.mapreduce.OrdOutputProcessor
Processes the key-value pair of a video frame in the reducer of a mapreduce job.

S

S_FACEREADER_CONFIGURATION - Static variable in class oracle.ord.hadoop.recognizer.OrdFaceReader
 
S_FACEREADER_NAME - Static variable in class oracle.ord.hadoop.recognizer.OrdFaceReader
 
seekToSecond(double) - Method in class oracle.ord.hadoop.decoder.OrdFrameGrabber
Seek to the time at which the next frame decoding operation will occur.

W

write(List<Tuple2<Text, OrdImageWritable>>) - Method in class oracle.ord.spark.streaming.OrdSparkResultWriter
Write a list of the tuples of Text and OrdImageWritable in Spark.
C F G M N O P S W 
Skip navigation links
Oracle® Big Data Spatial and Graph Multimedia Analytics Java API Reference
Release 2 (2.1), E66533-02

Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.