【发布时间】:2016-06-15 23:45:57
【问题描述】:
在org.springframework.data:spring-cql,
package org.springframework.cassandra.core;
/**
* Generic Consistency Levels associated with Cassandra.
*
* @author David Webb
*/
public enum ConsistencyLevel {
ANY, ONE, TWO, THREE, QUOROM, LOCAL_QUOROM, EACH_QUOROM, ALL, LOCAL_ONE, SERIAL, LOCAL_SERIAL
}
“QUOROM”是错字还是 Spring-data 故意这样写?
【问题讨论】:
标签: consistency spring-data-cassandra