Package com.illumon.iris.db.util.scripts
Interface ScriptPathLoaderState
- All Superinterfaces:
Serializable
Tagging interface to be used to transmit
ScriptPathLoader
states.-
Field Summary
Fields -
Method Summary
-
Field Details
-
NONE
-
-
Method Details
-
toAbbreviatedString
implementations should override this or toString- Returns:
- a string representation of the state, intended for human consumption
-
toRevisionMap
This is not general purpose, it's specifically to populate a column in PersistentQueryStateLog.- Returns:
- a Map representing the details of the state, for processing in queries mainly
-
toRevisionMap
-
encodeJSON
String encodeJSON()Encode this state object as a JSON string.- Returns:
- a JSON encoded version of this object.
-