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 @@ -88,8 +88,7 @@ public void setCount(final Long count) {
88
88
}
89
89
90
90
/**
91
- * @return contains the names of document attributes that are used to determine the target shard for documents. Only
92
- * in a cluster setup
91
+ * @return the number of shards of the collection. Only in a cluster setup (else returning null).
93
92
*/
94
93
public Integer getNumberOfShards () {
95
94
return numberOfShards ;
@@ -100,7 +99,8 @@ public void setNumberOfShards(final Integer numberOfShards) {
100
99
}
101
100
102
101
/**
103
- * @return the number of shards of the collection. Only in a cluster setup.
102
+ * @return the names of document attributes that are used to determine the target shard for documents.
103
+ * Only in a cluster setup (else returning null).
104
104
*/
105
105
public Collection <String > getShardKeys () {
106
106
return shardKeys ;
@@ -119,7 +119,7 @@ public void setReplicationFactor(final Integer replicationFactor) {
119
119
}
120
120
121
121
/**
122
- * @return whether the collection is a satellite collection. Only in a enterprise cluster setup.
122
+ * @return whether the collection is a satellite collection. Only in an enterprise cluster setup (else returning null) .
123
123
*/
124
124
public Boolean getSatellite () {
125
125
return this .replicationFactor .getSatellite ();
You can’t perform that action at this time.
0 commit comments