Class MasterSlotManager.RemoteSlot

java.lang.Object
net.sf.basedb.clients.jobagent.slotmanager.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 Details

    • slot

      private final Slot slot
    • created

      private final long created
    • lastUpdated

      private long lastUpdated
  • Constructor Details

    • RemoteSlot

      RemoteSlot​(Slot slot)
  • Method Details

    • getSlot

      Slot getSlot()
    • getCreated

      long getCreated()
    • getLastUpdated

      long getLastUpdated()
    • setLastUpdated

      void setLastUpdated()