VALUE - the type of the value in the mapREPLY - the type of the replypublic abstract class AbstractMapService<VALUE,REPLY> extends Object implements MapService<VALUE,REPLY>
| Modifier and Type | Field and Description |
|---|---|
protected ChronicleMap<net.openhft.chronicle.bytes.Bytes<?>,VALUE> |
map |
protected REPLY |
reply |
| Constructor and Description |
|---|
AbstractMapService() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Notify that the service should be closed
|
boolean |
isClosed() |
void |
map(ChronicleMap<net.openhft.chronicle.bytes.Bytes<?>,VALUE> map) |
void |
reply(REPLY reply) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreplyClass, valueClass$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallableprotected transient ChronicleMap<net.openhft.chronicle.bytes.Bytes<?>,VALUE> map
protected transient REPLY reply
public void close()
public boolean isClosed()
public void map(ChronicleMap<net.openhft.chronicle.bytes.Bytes<?>,VALUE> map)
map in interface MapService<VALUE,REPLY>public void reply(REPLY reply)
reply in interface MapService<VALUE,REPLY>Copyright © 2024. All rights reserved.