Oracle � Big Data Spatial and Graph Multimedia Analytics Java API Reference Release 1.1 E66533-01
C G M N O P S 

C

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

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_in - Variable in class oracle.ord.hadoop.decoder.OrdFrameGrabber
 

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
 
oracle.ord.hadoop.mapreduce - package oracle.ord.hadoop.mapreduce
 
oracle.ord.hadoop.recognizer - package oracle.ord.hadoop.recognizer
 
OrdFaceReader - Class in oracle.ord.hadoop.recognizer
OrdFaceReader is an abstrat 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 allows decoding video data stored on Hadoop file system.
OrdFrameGrabber(FSDataInputStream) - 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.

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.
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

seekToSecond(double) - Method in class oracle.ord.hadoop.decoder.OrdFrameGrabber
Seek to the time at which the next frame decoding operation will occur.
C G M N O P S 
Oracle � Big Data Spatial and Graph Multimedia Analytics Java API Reference Release 1.1 E66533-01

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