- onDelete(String) - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
-
- onDelete(String) - Method in interface com.caplin.transformer.persistence.Persistor
-
Delete a row with the provided key from the Database
- onGet(String) - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
-
- onGet(String) - Method in interface com.caplin.transformer.persistence.Persistor
-
Retrieve a row from the Database
- onInsert(PersistedValue) - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
-
- onInsert(PersistedValue) - Method in interface com.caplin.transformer.persistence.Persistor
-
Implement this method to handle Insert/Put callbacks.
- onQuery(String) - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
-
- onQuery(String) - Method in interface com.caplin.transformer.persistence.Persistor
-
A Query is a prefix match for all keys in the database.
- onShutdown() - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
-
- onShutdown() - Method in interface com.caplin.transformer.persistence.Persistor
-
When transformer unloads the module, usually a shutdown.