Package org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos

Examples of org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetStorageStateProto


 
  /**
   * Get storage state for the journal storage directory.
   */
  public GetStorageStateProto analyzeJournalStorage() {
    return new GetStorageStateProto(journalStorage.getStorageState(),
        journalStorage.getStorageInfo());
  }
View Full Code Here


 
  /**
   * Get storage state for the image storage directory.
   */
  public GetStorageStateProto analyzeImageStorage() {
    return new GetStorageStateProto(imageStorage.getStorageState(),
        imageStorage.getStorageInfo());
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos.GetStorageStateProto

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.