@Command(name="list",
description="Lists files stored in TStore, under specified partition.\nOutput format (in text): size/age/max-ttl/entry-key")
public class ListCmd
extends TStoreCmdBase
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_TO_LIST
By default, let's limit to 1000 entries
|
int |
maxEntries |
List<String> |
pathInfo |
_canPrintVerbose, configFile, isJSON, isTextual, KEY_CONVERTER, mapper, servers, SLASH_PATTERN, verbose| Constructor and Description |
|---|
ListCmd() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ageMsecs(long msecs) |
protected String |
ageSecs(long secs0) |
void |
run() |
protected String |
size(long l) |
_pathFrom, appendPath, bootstrapClient, contentKey, contentKey, contentKey, error, getClientConfig, getServiceConfig, jsonGenerator, jsonWriter, pathFromFile, terminateWith, warnpublic static final int DEFAULT_MAX_TO_LIST
public int maxEntries
Copyright © 2013 FasterXML. All Rights Reserved.