org.elasticsearch.index.store
Class StoreManagement

java.lang.Object
  extended by org.elasticsearch.index.shard.AbstractIndexShardComponent
      extended by org.elasticsearch.index.store.StoreManagement
All Implemented Interfaces:
IndexShardComponent

public class StoreManagement
extends AbstractIndexShardComponent


Field Summary
 
Fields inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
componentSettings, indexSettings, logger, shardId
 
Constructor Summary
StoreManagement(Store store)
           
 
Method Summary
 String getSize()
           
 long getSizeInBytes()
           
 
Methods inherited from class org.elasticsearch.index.shard.AbstractIndexShardComponent
indexSettings, managementGroupName, nodeName, shardId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreManagement

@Inject
public StoreManagement(Store store)
Method Detail

getSizeInBytes

public long getSizeInBytes()

getSize

public String getSize()


Copyright © 2009-2012. All Rights Reserved.