Toggle navigation
Home
long to org.apache.james.mailbox.quota.QuotaSize
No. of Instances - 35
No. of Commits - 2
No. of Projects - {'james-project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Other
NO_STORED_BYTES
to
NO_STORED_BYTES
userQuota.getSize()
to
userQuota.getSize()
quotaCache.get(quotaRoot).getSize().get()
to
quotaCache.get(quotaRoot).getSize().get()
0L
to
0L
resultSet.one().getLong(CassandraCurrentQuota.STORAGE)
to
resultSet.one().getLong(CassandraCurrentQuota.STORAGE)
size
to
size
Add or Remove Method invocation
setMaxStorageStatement.bind(quotaRoot.getValue(),maxStorageQuota)
to
setMaxStorageStatement.bind(quotaRoot.getValue(),quotaValueToLong(maxStorageQuota))
setDefaultMaxStorageStatement.bind(defaultMaxStorage)
to
setDefaultMaxStorageStatement.bind(quotaValueToLong(defaultMaxStorage))