public class IndicesBlockStatus extends Object
| Constructor and Description |
|---|
IndicesBlockStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIndexBlocks(String indexName,
Collection<String> blockTypes) |
int |
countBlockedIndices() |
Set<String> |
getBlockedIndices() |
Collection<String> |
getIndexBlocks(String indexName) |
List<String[]> |
toBlockDetails() |
public void addIndexBlocks(String indexName, Collection<String> blockTypes)
public Collection<String> getIndexBlocks(String indexName)
public int countBlockedIndices()
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.