All Superinterfaces:
HistoricalData, Serializable
All Known Implementing Classes:
BasicHistoricalRecord, BasicScanclassHistorySet

@Deprecated(since="8.3.0") public interface GroupableData extends HistoricalData
Deprecated.
  • Method Details

    • getGroupId

      String getGroupId()
      Deprecated.
    • groupData

      default GroupableData groupData(GroupableData other)
      Deprecated.
    • upgrade

      PersistentDataBundle<?> upgrade(String engineId)
      Deprecated.
      Description copied from interface: HistoricalData
      Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.
      Specified by:
      upgrade in interface HistoricalData
      Parameters:
      engineId - the engine ID to use for the upgrade if necessary
      Returns:
      the upgraded persistent data