public class ComponentStateTransfer<T extends ComponentStateTransfer> extends Object
| Constructor and Description |
|---|
ComponentStateTransfer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
chunkSize()
The size, in bytes, in which to batch the transfer of cache entries.
|
T |
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.
|
T |
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 T chunkSize(Integer value)
public Long timeout()
Copyright © 2015 JBoss by Red Hat. All rights reserved.