Java org.apache.cassandra.repair RepairParallelism fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.repair RepairParallelism fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.repair RepairParallelism.

The text is from its open source code.

Field

RepairParallelismSEQUENTIAL
One node at a time
RepairParallelismPARALLEL
All nodes at the same time
RepairParallelismDATACENTER_AWARE
One node per data center at a time

Method

RepairParallelismfromName(String name)
Return RepairParallelism that match given name.
StringgetName()
StringtoString()