com.hazelcast.util.executor
Interface StripedRunnable

All Superinterfaces:
Runnable

public interface StripedRunnable
extends Runnable

Striped Runnable is used in StripedExecutor. Runnable will run on associated thread depending on its key returned by getKey method.


Method Summary
 int getKey()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getKey

int getKey()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.