Toggle navigation
Home
java.util.concurrent.ArrayBlockingQueue to java.util.concurrent.BlockingQueue
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
OGlobalConfiguration.DISTRIBUTED_ASYNCH_QUEUE_SIZE.getValueAsInteger()
to
queueSize
q.size()
to
q.remove()
Cascading Type Change (Different)
ArrayBlockingQueue<OAsynchDistributedOperation>
to
LinkedBlockingQueue<OAsynchDistributedOperation>