| | |
| | | private static final String SINGLELINE_NAME = "singleline"; |
| | | private static final String SINGLELINE = "singleLine"; |
| | | |
| | | private static final int INDENT = 4; |
| | | private static final String HEXDUMP_LINE_FORMAT = "%s%s %s%n"; |
| | | |
| | | /** The error stream which this application should use. */ |
| | |
| | | long eighty = 0; |
| | | long ninety = 0; |
| | | long ninetyFive = 0; |
| | | long invalidIDSet = 0; |
| | | long undefined = 0; |
| | | long count = 0; |
| | | BackendTreeKeyValue keyDecoder = new BackendTreeKeyValue(index); |
| | |
| | | while (cursor.next()) |
| | | { |
| | | count++; |
| | | EntryIDSet entryIDSet = null; |
| | | EntryIDSet entryIDSet; |
| | | try |
| | | { |
| | | entryIDSet = cursor.getValue(); |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | invalidIDSet++; |
| | | continue; |
| | | } |
| | | |
| | |
| | | ByteString key; |
| | | ByteString maxKey = null; |
| | | ByteString value; |
| | | boolean maxKeyReached = false; |
| | | boolean maxKeyReached; |
| | | |
| | | if (options.get(DUMP_MIN_KEY_VALUE).isPresent()) |
| | | { |