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
IOException
protected BasicTSStores openReadWriteStores(BasicTSServiceConfigForDW configuration) throws IOException
IOException
protected BasicTSStores openReadWriteStores(BasicTSServiceConfigForDW configuration, int cacheMegs) throws IOException
IOException
protected BasicTSStores _openStores(BasicTSServiceConfigForDW configuration, boolean writeAccess) throws IOException
IOException
protected BasicTSStores _constructStores(BasicTSServiceConfigForDW configuration) throws IOException
IOException
protected static void writeFile(File file, byte[] data) throws IOException
IOException
protected static void writeFile(File file, byte[] data, int offset, int length) throws IOException
IOException
protected static byte[] readFile(File f) throws IOException
IOException
Copyright © 2013 FasterXML. All Rights Reserved.