Package com.mapr.cli
Class VolumeMirrorCommands.MirrorVolumeInfo
- java.lang.Object
-
- com.mapr.cli.VolumeMirrorCommands.MirrorVolumeInfo
-
- Enclosing class:
- VolumeMirrorCommands
public class VolumeMirrorCommands.MirrorVolumeInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringclusterNameinterrjava.util.List<com.mapr.fs.cldb.proto.CLDBProto.VolumeMirrorStatusResponse.MirrorContainerInfo>resyncInProgressCidInfojava.util.List<com.mapr.fs.cldb.proto.CLDBProto.VolumeMirrorStatusResponse.MirrorContainerInfo>resyncInProgressCidscom.mapr.fs.cldb.proto.CLDBProto.VolumePropertiesvolPropertiesjava.lang.StringvolumeName
-
Constructor Summary
Constructors Constructor Description MirrorVolumeInfo(java.lang.String volumeName, java.lang.String clusterName)
-
-
-
Field Detail
-
volumeName
public java.lang.String volumeName
-
clusterName
public java.lang.String clusterName
-
err
public int err
-
volProperties
public com.mapr.fs.cldb.proto.CLDBProto.VolumeProperties volProperties
-
resyncInProgressCids
public java.util.List<com.mapr.fs.cldb.proto.CLDBProto.VolumeMirrorStatusResponse.MirrorContainerInfo> resyncInProgressCids
-
resyncInProgressCidInfo
public java.util.List<com.mapr.fs.cldb.proto.CLDBProto.VolumeMirrorStatusResponse.MirrorContainerInfo> resyncInProgressCidInfo
-
-