Package akka.stream.scaladsl
Class PartitionHub.Internal$.PartitionQueueImpl
- java.lang.Object
-
- akka.stream.scaladsl.PartitionHub.Internal$.PartitionQueueImpl
-
- Enclosing class:
- PartitionHub.Internal$
public class PartitionHub.Internal$.PartitionQueueImpl extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PartitionQueueImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(long id)booleanisEmpty(long id)booleannonEmpty(long id)voidoffer(long id, java.lang.Object elem)java.lang.Objectpoll(long id)voidremove(long id)intsize(long id)inttotalSize()
-
-
-
Method Detail
-
init
public void init(long id)
-
isEmpty
public boolean isEmpty(long id)
-
nonEmpty
public boolean nonEmpty(long id)
-
offer
public void offer(long id, java.lang.Object elem)
-
poll
public java.lang.Object poll(long id)
-
remove
public void remove(long id)
-
size
public int size(long id)
-
totalSize
public int totalSize()
-
-