org.apache.accumulo.examples.simple.dirlist
public class Ingest extends Object
Modifier and Type | Field and Description |
---|---|
static TypedValueCombiner.Encoder<Long> |
encoder |
static String |
EXEC_CQ |
static String |
HASH_CQ |
static String |
HIDDEN_CQ |
static String |
LASTMOD_CQ |
static String |
LENGTH_CQ |
Constructor and Description |
---|
Ingest() |
Modifier and Type | Method and Description |
---|---|
static Mutation |
buildMutation(ColumnVisibility cv,
String path,
boolean isDir,
boolean isHidden,
boolean canExec,
long length,
long lastmod,
String hash) |
static void |
main(String[] args) |
public static final String LENGTH_CQ
public static final String HIDDEN_CQ
public static final String EXEC_CQ
public static final String LASTMOD_CQ
public static final String HASH_CQ
public static final TypedValueCombiner.Encoder<Long> encoder
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.