Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在列中加载带有索引的对象而不是 Hector(Cassandra 客户端)中的键?
我曾经通过使用RangeSliceQuery找到它的密钥然后加载它 来做到这一点public <T,I> T load(Class<T> clazz,I id)
public <T,I> T load(Class<T> clazz,I id)
有没有更好的方法?谢谢,