package org.dcache.xdr; public enum IoStrategy { SAME_THREAD, WORKER_THREAD, LEADER_FOLLOWER }