public class UUPerf extends ReceiverAdapter
Modifier and Type | Class and Description |
---|---|
static class |
UUPerf.ConfigOptions |
static class |
UUPerf.Results |
Constructor and Description |
---|
UUPerf() |
Modifier and Type | Method and Description |
---|---|
static void |
applyState(byte[] val) |
void |
eventLoop() |
UUPerf.ConfigOptions |
getConfig() |
void |
init(String props,
String name) |
static void |
main(String[] args) |
void |
setMessageSize(int num) |
void |
setNumMessages(int num) |
void |
setNumThreads(int num) |
void |
setOOB(boolean oob) |
void |
setSync(boolean val) |
UUPerf.Results |
startTest() |
void |
viewAccepted(View new_view)
Called when a change in membership has occurred.
|
public void viewAccepted(View new_view)
ReceiverAdapter
Channel.connect(String)
returns.viewAccepted
in interface MembershipListener
viewAccepted
in class ReceiverAdapter
public UUPerf.Results startTest() throws Throwable
Throwable
public void setOOB(boolean oob)
public void setSync(boolean val)
public void setNumMessages(int num)
public void setNumThreads(int num)
public void setMessageSize(int num)
public static void applyState(byte[] val)
public UUPerf.ConfigOptions getConfig()
public static void main(String[] args)
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.