static CollectionCreateOptions |
OptionsBuilder.build(CollectionCreateOptions options,
String name) |
CollectionCreateOptions |
CollectionCreateOptions.computedValues(ComputedValue... computedValues) |
CollectionCreateOptions |
CollectionCreateOptions.distributeShardsLike(String distributeShardsLike) |
CollectionCreateOptions |
CollectionCreateOptions.isSystem(Boolean isSystem) |
CollectionCreateOptions |
CollectionCreateOptions.keyOptions(Boolean allowUserKeys,
KeyType type,
Integer increment,
Integer offset) |
CollectionCreateOptions |
CollectionCreateOptions.numberOfShards(Integer numberOfShards) |
CollectionCreateOptions |
CollectionCreateOptions.replicationFactor(int replicationFactor) |
CollectionCreateOptions |
CollectionCreateOptions.replicationFactor(ReplicationFactor replicationFactor) |
CollectionCreateOptions |
CollectionCreateOptions.schema(CollectionSchema schema) |
CollectionCreateOptions |
CollectionCreateOptions.shardingStrategy(String shardingStrategy) |
CollectionCreateOptions |
CollectionCreateOptions.shardKeys(String... shardKeys) |
CollectionCreateOptions |
CollectionCreateOptions.smartJoinAttribute(String smartJoinAttribute) |
CollectionCreateOptions |
CollectionCreateOptions.type(CollectionType type) |
CollectionCreateOptions |
CollectionCreateOptions.waitForSync(Boolean waitForSync) |
CollectionCreateOptions |
CollectionCreateOptions.writeConcern(Integer writeConcern) |