INNER CODE UNIT · Java

getBackoffStrategy

RuedigerMoeller/kontraktor · attic/ElasticScheduler.java:501

    public BackOffStrategy getBackoffStrategy() {
        return backOffStrategy;
    }

    ///////////////////////////////////////////////////////////////////////////
    // monitorable

    @Override
    public IPromise $getReport() {
        int count = 0;
        for (int i = 0; i < threads.length; i++) {
            if ( threads[i] != null ) {
                count++;
            }
        }
        return new Promise<>(new SchedulingReport(count,defQSize,isolateCount.get()));
    }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…