File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/java/org/apache/cassandra/service Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
5.0.6
2
2
* Sort SSTable TOC entries for determinism (CASSANDRA-20494)
3
3
Merged from 4.0:
4
+ * Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
4
5
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
5
6
6
7
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ public interface StorageProxyMBean
56
56
public void setNativeTransportMaxConcurrentConnections (Long nativeTransportMaxConcurrentConnections );
57
57
public Long getNativeTransportMaxConcurrentConnections ();
58
58
59
+ public void setNativeTransportMaxConcurrentConnectionsPerIp (Long nativeTransportMaxConcurrentConnections );
60
+ public Long getNativeTransportMaxConcurrentConnectionsPerIp ();
61
+
59
62
public void reloadTriggerClasses ();
60
63
61
64
public long getReadRepairAttempted ();
You can’t perform that action at this time.
0 commit comments