public final class DeepJobConfigFactory extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static ICassandraDeepJobConfig<Cells> |
create()
Creates a new cell-based job configuration object.
|
static <T extends IDeepType> |
create(Class<T> entityClass)
Creates an entity-based configuration object.
|
static IMongoDeepJobConfig<Object> |
createMongoDB() |
static <T extends IDeepType> |
createMongoDB(Class<T> entityClass) |
static ICassandraDeepJobConfig<Cells> |
createWriteConfig()
Creates a new cell-based write suitable job configuration object.
|
static <T extends IDeepType> |
createWriteConfig(Class<T> entityClass)
Creates an entity-based write configuration object.
|
public static ICassandraDeepJobConfig<Cells> create()
public static ICassandraDeepJobConfig<Cells> createWriteConfig()
public static <T extends IDeepType> ICassandraDeepJobConfig<T> create(Class<T> entityClass)
public static <T extends IDeepType> ICassandraDeepJobConfig<T> createWriteConfig(Class<T> entityClass)
public static IMongoDeepJobConfig<Object> createMongoDB()
public static <T extends IDeepType> IMongoDeepJobConfig<T> createMongoDB(Class<T> entityClass)
Copyright © 2014. All rights reserved.