public interface SharedStore
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear data for current thread.
|
void |
copyFromThread(long sourceThreadId)
Copy all key-value pairs from one thread to the other.
|
boolean |
isDualMigrationPhase()
This flag tells lightblue service implementation if it's running alone or
not.
|
Object |
pop()
A FIFO queue pop.
|
void |
push(Object obj)
A FIFO queue push.
|
void |
setDualMigrationPhase(boolean isDualMigrationPhase)
|
void push(Object obj)
Object pop()
void copyFromThread(long sourceThreadId)
boolean isDualMigrationPhase()
void setDualMigrationPhase(boolean isDualMigrationPhase)
isDualMigrationPhase - void clear()
Copyright © 2016. All rights reserved.