public class IndexInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IndexInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static IndexInfo.Builder |
builder() |
boolean |
equals(Object o) |
@NonNull long |
getChanges() |
@NonNull long |
getContent() |
@NonNull long |
getDeleted() |
@NonNull long |
getDocuments() |
@NonNull long |
getMax() |
boolean |
hasChanges()
Helper that tells you that this index has change documents
|
boolean |
hasContent()
Helper that tells you that this index has content documents
|
boolean |
hasDocuments()
Helper that tells you that this index has documents
|
int |
hashCode() |
@NonNull boolean |
isEmptyFolder() |
@NonNull boolean |
isOldVersion() |
@NonNull boolean |
isValid() |
String |
toString() |
public @NonNull boolean isValid()
public @NonNull boolean isEmptyFolder()
public @NonNull boolean isOldVersion()
public @NonNull long getDocuments()
public @NonNull long getMax()
public @NonNull long getDeleted()
public @NonNull long getContent()
public @NonNull long getChanges()
public boolean hasDocuments()
public boolean hasContent()
public boolean hasChanges()
public static IndexInfo.Builder builder()
Copyright © 2003–2021 Atlassian. All rights reserved.