public static class PartitionManagerImpl.NotifyData extends Object implements Serializable
| Constructor and Description |
|---|
NotifyData(Integer fromNode,
Collection collection,
Class c) |
NotifyData(Integer fromNode,
Data data) |
NotifyData(Integer fromNode,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Data |
getData() |
Collection<Data> |
getDataCollection() |
Event |
getEvent() |
Collection<Event> |
getEventCollection() |
Integer |
getFromNode() |
int |
hashCode() |
void |
setData(Data data) |
void |
setDataCollection(Collection<Data> dataCollection) |
void |
setEvent(Event event) |
void |
setEventCollection(Collection<Event> eventCollection) |
void |
setFromNode(Integer fromNode) |
String |
toString() |
public NotifyData(Integer fromNode, Collection collection, Class c)
public Integer getFromNode()
public void setFromNode(Integer fromNode)
public Data getData()
public void setData(Data data)
public Event getEvent()
public void setEvent(Event event)
public Collection<Data> getDataCollection()
public void setDataCollection(Collection<Data> dataCollection)
public Collection<Event> getEventCollection()
public void setEventCollection(Collection<Event> eventCollection)
Copyright © 2015 Red Hat, Inc.. All rights reserved.