Class FileDistributionStatus
java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.vespa.config.server.application.FileDistributionStatus
- All Implemented Interfaces:
com.yahoo.component.Component
,com.yahoo.component.Deconstructable
,Comparable<com.yahoo.component.Component>
public class FileDistributionStatus
extends com.yahoo.component.AbstractComponent
File distribution status for each host in the application
- Author:
- hmusum
-
Field Summary
Fields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
com.yahoo.vespa.config.server.application.FileDistributionStatus.StatusAllHosts
status
(Application application, Duration timeout) Methods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
-
Constructor Details
-
FileDistributionStatus
public FileDistributionStatus()
-
-
Method Details
-
status
public com.yahoo.vespa.config.server.application.FileDistributionStatus.StatusAllHosts status(Application application, Duration timeout) -
deconstruct
public void deconstruct()- Specified by:
deconstruct
in interfacecom.yahoo.component.Deconstructable
- Overrides:
deconstruct
in classcom.yahoo.component.AbstractComponent
-