Toggle navigation
Home
long to org.apache.james.mailbox.quota.QuotaCount
No. of Instances - 35
No. of Commits - 2
No. of Projects - {'james-project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
setDefaultMaxMessageStatement.bind(defaultMaxMessageCount)
to
setDefaultMaxMessageStatement.bind(quotaValueToLong(defaultMaxMessageCount))
setMaxMessageStatement.bind(quotaRoot.getValue(),maxMessageCount)
to
setMaxMessageStatement.bind(quotaRoot.getValue(),quotaValueToLong(maxMessageCount))
Other
quotaCache.get(quotaRoot).getCount().get()
to
quotaCache.get(quotaRoot).getCount().get()
0L
to
0L
resultSet.one().getLong(CassandraCurrentQuota.MESSAGE_COUNT)
to
resultSet.one().getLong(CassandraCurrentQuota.MESSAGE_COUNT)
NO_STORED_BYTES
to
NO_STORED_BYTES
userQuota.getMessageCount()
to
userQuota.getMessageCount()
messageCount
to
messageCount