Package com.illumon.iris.controller
Class PersistentQueryState.StatusUpdate
java.lang.Object
com.illumon.iris.controller.PersistentQueryState.StatusUpdate
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PersistentQueryState
public static class PersistentQueryState.StatusUpdate extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StatusUpdate(long serial)
-
Method Summary
Modifier and Type Method Description Map<String,ExportedObjectInfo>
getScopeNamesAndTypes()
long
getSerial()
PersistentQueryState.Status
getStatus()
Map<String,String[]>
getTableGroups()
boolean
hasScopeNamesAndTypesUpdate()
boolean
hasStatusUpdate()
boolean
hasTableGroups()
PersistentQueryState.StatusUpdate
setScopeNamesAndTypes(Map<String,ExportedObjectInfo> scopeNamesAndTypes)
PersistentQueryState.StatusUpdate
setStatus(PersistentQueryState.Status status)
PersistentQueryState.StatusUpdate
setTableGroups(Map<String,String[]> tableGroups)
-
Constructor Details
-
StatusUpdate
public StatusUpdate(long serial)
-
-
Method Details
-
getSerial
public long getSerial() -
hasStatusUpdate
public boolean hasStatusUpdate() -
setStatus
-
getStatus
-
hasScopeNamesAndTypesUpdate
public boolean hasScopeNamesAndTypesUpdate() -
setScopeNamesAndTypes
public PersistentQueryState.StatusUpdate setScopeNamesAndTypes(Map<String,ExportedObjectInfo> scopeNamesAndTypes) -
getScopeNamesAndTypes
-
hasTableGroups
public boolean hasTableGroups() -
setTableGroups
-
getTableGroups
-