108109110111112113114115116117118
} public BlockingQueue<E> create() throws IOException { final DataLocator dataLocator; final RingIndex ringIndex; if (type == Type.LOCAL) { ringIndex = new LocalRingIndex(); dataLocator = new LocalDataLocator(capacity);