Package | Description |
---|---|
org.cripac.isee.util |
This package contains general utility classes.
|
org.cripac.isee.vpe.alg.pedestrian.tracking | |
org.cripac.isee.vpe.debug |
This package contains classes for debugging.
|
org.cripac.isee.vpe.util.hdfs | |
org.cripac.isee.vpe.util.kafka | |
org.cripac.isee.vpe.util.logging |
Modifier and Type | Field and Description |
---|---|
private Factory<? extends T> |
Singleton.objFactory
Factory for creating a new instance if there is not instance in the
pool
of class T.
|
Constructor and Description |
---|
Singleton(Factory<U> objFactory,
Class<U> type)
Create a singleton manager of specified class T.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTrackerFactory
The BasicTrackerFactory class is a factory class for creating
BasicTracker instances.
|
Modifier and Type | Class and Description |
---|---|
static class |
FakeWebCameraConnector.FakeWebCameraConnectorFactory
|
Modifier and Type | Class and Description |
---|---|
class |
HDFSFactory
The HDFSFactory is used to get or create Hadoop DistributedFileSystem
instances.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayProducerFactory
Object factory for producing Kafka producers with a fixed
configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
SynthesizedLoggerFactory
Object factory of SynthesizedLogger.
|