Added LOCAL_ONE consistency level constant

This commit is contained in:
Alon Diamant
2014-11-14 20:06:13 +02:00
parent 72a17063bf
commit e9b69a62b2

View File

@@ -27,6 +27,7 @@ ONE = ConsistencyLevel.ONE
TWO = ConsistencyLevel.TWO
THREE = ConsistencyLevel.THREE
QUORUM = ConsistencyLevel.QUORUM
LOCAL_ONE = ConsistencyLevel.LOCAL_ONE
LOCAL_QUORUM = ConsistencyLevel.LOCAL_QUORUM
EACH_QUORUM = ConsistencyLevel.EACH_QUORUM
ALL = ConsistencyLevel.ALL