Package com.mapr.cli

Class VolumeMirrorCommands.MirrorPushThread

java.lang.Object
java.lang.Thread
com.mapr.cli.VolumeMirrorCommands.MirrorPushThread
All Implemented Interfaces:
Runnable
Enclosing class:
VolumeMirrorCommands

public class VolumeMirrorCommands.MirrorPushThread extends Thread
  • Field Details

    • status

      public int status
    • errString

      public String errString
    • mirrorId

      public int mirrorId
    • mirrorVolumeName

      public String mirrorVolumeName
    • mirrorClusterName

      public String mirrorClusterName
    • mirrorVolumeId

      public int mirrorVolumeId
  • Constructor Details

    • MirrorPushThread

      public MirrorPushThread(String volumeName, int volumeId, String clusterName)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread