Tweaked docs
This commit is contained in:
@@ -5,6 +5,4 @@
|
||||
|
||||
<description>Example configuration to get you started.</description>
|
||||
|
||||
<bean id="conversionService" class="org.springframework.core.convert.support.GenericConversionService"/>
|
||||
|
||||
</beans>
|
||||
|
||||
@@ -322,7 +322,7 @@ Future<List<?>> f = riak.submit(job); // Job runs in a separate thread
|
||||
@Autowired
|
||||
RiakTemplate riak;
|
||||
|
||||
Map<String, Object> schema = riak.getBucketSchema("mybucket");
|
||||
Map<String, Object> schema = riak.getBucketSchema("mybucket", true);
|
||||
List<String> keys = schema.get("keys")
|
||||
for(String key : keys) {
|
||||
...do something with each key...
|
||||
|
||||
Reference in New Issue
Block a user