On *StoragePlugin*:

question: -- I assume this means that sources of this storage format kind
can be read from the original sources, correct?
 public boolean supportsRead();

question: -- Is this writing to the original source or does this mean
creation of the table for this format?
  public boolean supportsWrite();

question: -- what does StoragePluginOptimizerRule do?
  public Set<StoragePluginOptimizerRule>
getOptimizerRules(OptimizerRulesContext optimizerContext);

question: -- is this configuration provided on the web ui or config. files?
  public StoragePluginConfig getConfig();


On *EasyFormatPlugin*:

question: -- what criteria makes this truth; What does this mean?
  public boolean isBlockSplittable()

question: -- what criteria makes this truth; What does this mean?
  public boolean isCompressible()

Reply via email to