File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/arangodb/entity Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,7 @@ public void setCount(final Long count) {
85
85
}
86
86
87
87
/**
88
- * @return contains the names of document attributes that are used to determine the target shard for documents. Only
89
- * in a cluster setup
88
+ * @return the number of shards of the collection. Only in a cluster setup (else returning null).
90
89
*/
91
90
public Integer getNumberOfShards () {
92
91
return numberOfShards ;
@@ -97,7 +96,8 @@ public void setNumberOfShards(final Integer numberOfShards) {
97
96
}
98
97
99
98
/**
100
- * @return the number of shards of the collection. Only in a cluster setup.
99
+ * @return the names of document attributes that are used to determine the target shard for documents.
100
+ * Only in a cluster setup (else returning null).
101
101
*/
102
102
public Collection <String > getShardKeys () {
103
103
return shardKeys ;
@@ -116,7 +116,7 @@ public void setReplicationFactor(final Integer replicationFactor) {
116
116
}
117
117
118
118
/**
119
- * @return whether the collection is a satellite collection. Only in a enterprise cluster setup.
119
+ * @return whether the collection is a satellite collection. Only in an enterprise cluster setup (else returning null) .
120
120
*/
121
121
public Boolean getSatellite () {
122
122
return this .replicationFactor .getSatellite ();
You can’t perform that action at this time.
0 commit comments