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()longgetSerial()PersistentQueryState.StatusgetStatus()Map<String,String[]>getTableGroups()booleanhasScopeNamesAndTypesUpdate()booleanhasStatusUpdate()booleanhasTableGroups()PersistentQueryState.StatusUpdatesetScopeNamesAndTypes(Map<String,ExportedObjectInfo> scopeNamesAndTypes)PersistentQueryState.StatusUpdatesetStatus(PersistentQueryState.Status status)PersistentQueryState.StatusUpdatesetTableGroups(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
-