Package | Description |
---|---|
org.cripac.isee.vpe.debug |
This package contains classes for debugging.
|
org.cripac.isee.vpe.util |
This package contains utility classes.
|
org.cripac.isee.vpe.util.hdfs | |
org.cripac.isee.vpe.util.kafka | |
org.cripac.isee.vpe.util.logging | |
org.cripac.isee.vpe.util.tracking |
Modifier and Type | Class and Description |
---|---|
static class |
FakeWebCameraConnector.FakeWebCameraConnectorFactory
|
Constructor and Description |
---|
Singleton(Factory<T> objFactory)
Create a singleton of specified class T, and do not update the
instance
by default.
|
Singleton(Factory<T> objFactory,
boolean toUpdateInstance)
Create a singleton manager of specified class T.
|
Modifier and Type | Class and Description |
---|---|
class |
HDFSFactory
Created by ken.yu on 16-10-26.
|
Modifier and Type | Class and Description |
---|---|
class |
KafkaProducerFactory<K,V>
Object factory for producing Kafka producers with a fixed
configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
SynthesizedLoggerFactory
Object factory of SynthesizedLogger.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTrackerFactory
The BasicTrackerFactory class is a factory class for creating
BasicTracker instances.
|