public class StateTransferComponent extends Object
| Constructor and Description |
|---|
StateTransferComponent() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
chunkSize()
The size, in bytes, in which to batch the transfer of cache entries.
|
StateTransferComponent |
chunkSize(Integer value)
The size, in bytes, in which to batch the transfer of cache entries.
|
String |
getKey() |
Long |
timeout()
The maximum amount of time (ms) to wait for state from neighboring caches, before throwing an exception and aborting startup.
|
StateTransferComponent |
timeout(Long value)
The maximum amount of time (ms) to wait for state from neighboring caches, before throwing an exception and aborting startup.
|
public String getKey()
public Integer chunkSize()
public StateTransferComponent chunkSize(Integer value)
public Long timeout()
public StateTransferComponent timeout(Long value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.