|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgroups.util.MarshallerPool
@Deprecated public class MarshallerPool
Provides a pool of output streams so we can do lock striping and have faster marshalling this way.
| Constructor Summary | |
|---|---|
MarshallerPool(int pool_size,
int initial_size)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
close()
Deprecated. Closes all output streams. |
int[] |
getCapacities()
Deprecated. |
Triple<java.util.concurrent.locks.Lock,ExposedByteArrayOutputStream,ExposedDataOutputStream> |
getOutputStream()
Deprecated. Returns a random output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarshallerPool(int pool_size,
int initial_size)
| Method Detail |
|---|
public Triple<java.util.concurrent.locks.Lock,ExposedByteArrayOutputStream,ExposedDataOutputStream> getOutputStream()
public int[] getCapacities()
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||