public class ExtractFactory extends Object
| Constructor and Description |
|---|
ExtractFactory(String dateTimeFormat) |
| Modifier and Type | Method and Description |
|---|---|
Extract |
getUniqueExtract(Extract.TableType type,
String namespace,
String table)
Returns a unique
Extract instance. |
public ExtractFactory(String dateTimeFormat)
public Extract getUniqueExtract(Extract.TableType type, String namespace, String table)
Extract instance.
Any two calls of this method from the same ExtractFactory instance guarantees to
return Extracts with different IDs.type - Extract.TableTypenamespace - dot separated namespace pathtable - table nameExtract instance