public abstract class VCommand<T extends com.yammer.dropwizard.config.Configuration>
extends com.yammer.dropwizard.cli.ConfiguredCommand<T>
| Modifier and Type | Field and Description |
|---|---|
protected static com.fasterxml.jackson.databind.ObjectMapper |
_mapper |
| Modifier and Type | Method and Description |
|---|---|
protected BasicTSStores |
_constructStores(BasicTSServiceConfigForDW configuration) |
protected BasicTSStores |
_openStores(BasicTSServiceConfigForDW configuration,
boolean writeAccess) |
protected BasicTSStores |
openReadOnlyStores(BasicTSServiceConfigForDW configuration) |
protected BasicTSStores |
openReadWriteStores(BasicTSServiceConfigForDW configuration) |
protected BasicTSStores |
openReadWriteStores(BasicTSServiceConfigForDW configuration,
int cacheMegs) |
protected static byte[] |
readFile(File f) |
protected static void |
writeFile(File file,
byte[] data) |
protected static void |
writeFile(File file,
byte[] data,
int offset,
int length) |
protected BasicTSStores openReadOnlyStores(BasicTSServiceConfigForDW configuration) throws IOException
IOExceptionprotected BasicTSStores openReadWriteStores(BasicTSServiceConfigForDW configuration) throws IOException
IOExceptionprotected BasicTSStores openReadWriteStores(BasicTSServiceConfigForDW configuration, int cacheMegs) throws IOException
IOExceptionprotected BasicTSStores _openStores(BasicTSServiceConfigForDW configuration, boolean writeAccess) throws IOException
IOExceptionprotected BasicTSStores _constructStores(BasicTSServiceConfigForDW configuration) throws IOException
IOExceptionprotected static void writeFile(File file, byte[] data) throws IOException
IOExceptionprotected static void writeFile(File file, byte[] data, int offset, int length) throws IOException
IOExceptionprotected static byte[] readFile(File f) throws IOException
IOExceptionCopyright © 2013 FasterXML. All Rights Reserved.