public class NewWanHelper extends Object
| Constructor and Description |
|---|
NewWanHelper() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getEntriesPerThread(int perEntrySize,
int totalUserThreads,
int numOfQueues,
int percFactor)
Get max entries per user thread per iteration.
|
public static long getEntriesPerThread(int perEntrySize,
int totalUserThreads,
int numOfQueues,
int percFactor)
perEntrySize - dataSize in bytes per entrytotalUserThreads - Total user threads doing operationspercFactor - Percentage factor (if 80 is set, then 80% of entriesPerThread will be return)Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.