Class MasterSlotManager.RemoteSlot

  • Enclosing class:
    MasterSlotManager

    static class MasterSlotManager.RemoteSlot
    extends Object
    A remote slot is a slot with some information about when it was created and last updated.
    • Field Detail

      • slot

        private final Slot slot
      • created

        private final long created
      • lastUpdated

        private long lastUpdated
    • Constructor Detail

      • RemoteSlot

        RemoteSlot​(Slot slot)
    • Method Detail

      • getSlot

        Slot getSlot()
      • getCreated

        long getCreated()
      • getLastUpdated

        long getLastUpdated()
      • setLastUpdated

        void setLastUpdated()