Uses of Enum Class
org.apache.cassandra.index.Index.Status
Packages that use Index.Status
Package
Description
-
Uses of Index.Status in org.apache.cassandra.index
Fields in org.apache.cassandra.index with type parameters of type Index.StatusModifier and TypeFieldDescriptionfinal Map<InetAddressAndPort,Map<String, Index.Status>> IndexStatusManager.peerIndexStatusA map of per-endpoint index statuses: the key of inner map is the identifier "keyspace.index"Methods in org.apache.cassandra.index that return Index.StatusModifier and TypeMethodDescriptionIndexStatusManager.getIndexStatus(InetAddressAndPort peer, String keyspace, String index) static Index.StatusReturns the enum constant of this class with the specified name.static Index.Status[]Index.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.index with parameters of type Index.StatusModifier and TypeMethodDescriptiondefault booleanIndex.isQueryable(Index.Status status) Check if current index is queryable based on the index status.voidSecondaryIndexManager.makeIndexNonQueryable(Index index, Index.Status status) voidSecondaryIndexManager.makeIndexQueryable(Index index, Index.Status status) voidIndexStatusManager.propagateLocalIndexStatus(String keyspace, String index, Index.Status status) Propagate a new index status to the ring.Method parameters in org.apache.cassandra.index with type arguments of type Index.StatusModifier and TypeMethodDescriptionstatic StringIndexStatusManager.toSerializedFormat(Map<String, Index.Status> indexStatusMap) Serializes as a JSON string the status of the indexes in the provided map. -
Uses of Index.Status in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type Index.Status -
Uses of Index.Status in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai with parameters of type Index.Status