Interface IndexService
-
- All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,LanguageServerLifecycle,WeaveService
public interface IndexService extends WeaveService
This service should be injected and provides the access to the Index DB Partitions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K,V>
IndexPartition<K,V>partitionOf(IndexerID<K,V> id)-
Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdown
-
Methods inherited from interface org.mule.weave.extension.api.services.WeaveService
start, stop
-
-
-
-
Method Detail
-
partitionOf
<K,V> IndexPartition<K,V> partitionOf(IndexerID<K,V> id)
-
-