Example usage for org.apache.cassandra.index IndexRegistry registerIndex

List of usage examples for org.apache.cassandra.index IndexRegistry registerIndex

Introduction

In this page you can find the example usage for org.apache.cassandra.index IndexRegistry registerIndex.

Prototype

void registerIndex(Index index);

Source Link

Usage

From source file:org.elassandra.index.ElasticSecondaryIndex.java

License:Apache License

@Override
public void register(IndexRegistry registry) {
    registry.registerIndex(this);
}