Interface AutoService

All Superinterfaces:
Function<AutoService.AutoQuery,​List<Plot>>, com.intellectualsites.services.types.Service<AutoService.AutoQuery,​List<Plot>>
All Known Implementing Classes:
AutoService.DefaultAutoService, AutoService.MultiPlotService, AutoService.SinglePlotService

public interface AutoService extends com.intellectualsites.services.types.Service<AutoService.AutoQuery,​List<Plot>>
  • Field Details

    • plotCandidateCache

      static final com.google.common.cache.Cache<PlotId,​Plot> plotCandidateCache
    • plotLock

      static final Object plotLock