Package org.apache.nifi.graph
Interface GraphClientService
- All Superinterfaces:
ConfigurableComponent,ControllerService
- All Known Subinterfaces:
TinkerPopClientService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecuteQuery(String query, Map<String, Object> parameters, GraphQueryResultCallback handler) Methods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migrateProperties
-
Field Details
-
NODES_CREATED
- See Also:
-
RELATIONS_CREATED
- See Also:
-
LABELS_ADDED
- See Also:
-
NODES_DELETED
- See Also:
-
RELATIONS_DELETED
- See Also:
-
PROPERTIES_SET
- See Also:
-
ROWS_RETURNED
- See Also:
-
-
Method Details
-
executeQuery
-
getTransitUrl
String getTransitUrl()
-