|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.senseidb.plugin.AbstractSenseiPlugin
com.senseidb.gateway.SenseiGateway<V>
public abstract class SenseiGateway<V>
| Field Summary | |
|---|---|
static Comparator<String> |
DEFAULT_VERSION_COMPARATOR
|
| Fields inherited from class com.senseidb.plugin.AbstractSenseiPlugin |
|---|
config, pluginRegistry |
| Constructor Summary | |
|---|---|
SenseiGateway()
|
|
| Method Summary | |
|---|---|
abstract proj.zoie.impl.indexing.StreamDataProvider<org.json.JSONObject> |
buildDataProvider(DataSourceFilter<V> dataFilter,
String oldSinceKey,
ShardingStrategy shardingStrategy,
Set<Integer> partitions)
|
proj.zoie.impl.indexing.StreamDataProvider<org.json.JSONObject> |
buildDataProvider(SenseiSchema senseiSchema,
String oldSinceKey,
SenseiPluginRegistry pluginRegistry,
ShardingStrategy shardingStrategy,
Set<Integer> partitions)
|
DataSourceFilter<V> |
getDataSourceFilter(SenseiSchema senseiSchema,
SenseiPluginRegistry pluginRegistry)
|
abstract Comparator<String> |
getVersionComparator()
|
| Methods inherited from class com.senseidb.plugin.AbstractSenseiPlugin |
|---|
init, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Comparator<String> DEFAULT_VERSION_COMPARATOR
| Constructor Detail |
|---|
public SenseiGateway()
| Method Detail |
|---|
public final DataSourceFilter<V> getDataSourceFilter(SenseiSchema senseiSchema,
SenseiPluginRegistry pluginRegistry)
public final proj.zoie.impl.indexing.StreamDataProvider<org.json.JSONObject> buildDataProvider(SenseiSchema senseiSchema,
String oldSinceKey,
SenseiPluginRegistry pluginRegistry,
ShardingStrategy shardingStrategy,
Set<Integer> partitions)
throws Exception
Exception
public abstract proj.zoie.impl.indexing.StreamDataProvider<org.json.JSONObject> buildDataProvider(DataSourceFilter<V> dataFilter,
String oldSinceKey,
ShardingStrategy shardingStrategy,
Set<Integer> partitions)
throws Exception
Exceptionpublic abstract Comparator<String> getVersionComparator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||