org.apache.accumulo.core.client.impl
public class CompressedIterators extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CompressedIterators.IterConfig |
Constructor and Description |
---|
CompressedIterators() |
CompressedIterators(List<String> symbols) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
compress(IteratorSetting[] iterators) |
CompressedIterators.IterConfig |
decompress(ByteBuffer iterators) |
List<String> |
getSymbolTable() |
public ByteBuffer compress(IteratorSetting[] iterators)
public CompressedIterators.IterConfig decompress(ByteBuffer iterators)
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.