public interface DistributedQueue
Modifier and Type | Method and Description |
---|---|
void |
offer(byte[] data) |
byte[] |
peek() |
byte[] |
peek(boolean block) |
byte[] |
peek(long wait) |
Collection<Pair<String,byte[]>> |
peekElements(int max,
long waitMillis,
Predicate<String> acceptFilter) |
byte[] |
poll() |
byte[] |
remove() |
void |
remove(Collection<String> paths) |
byte[] |
take() |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.