public final class StringToDatabaseWriterType extends Object implements Function<String,DatabaseWriterType>
Function that converts String to DatabaseWriterType. Singleton.| Modifier and Type | Field and Description |
|---|---|
static String |
BATCH |
static String |
DEFAULT |
static String |
SINGLE_THREADED |
| Constructor and Description |
|---|
StringToDatabaseWriterType() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseWriterType |
apply(String s) |
static StringToDatabaseWriterType |
getInstance() |
public static final String DEFAULT
public static final String SINGLE_THREADED
public static final String BATCH
public static StringToDatabaseWriterType getInstance()
public DatabaseWriterType apply(String s)
apply in interface Function<String,DatabaseWriterType>Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.