public class MirrorInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
@NonNull java.time.Duration |
getActive()
Time since this peer was last seen
|
@Nullable Error |
getError()
The last error
|
@Nullable External |
getExternal()
Configuration referencing a stream source in another account or JetStream domain
|
long |
getLag()
How many uncommitted operations this peer is behind the leader
|
@NonNull java.lang.String |
getName()
The name of the Stream being replicated
|
@Nullable java.util.List<SubjectTransform> |
getSubjectTransforms()
The list of subject transforms, if any
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic @NonNull java.lang.String getName()
public long getLag()
public @NonNull java.time.Duration getActive()
public @Nullable External getExternal()
public @Nullable java.util.List<SubjectTransform> getSubjectTransforms()
public @Nullable Error getError()