Uses of Class
org.apache.ignite.spi.IgnitePortProtocol
-
Packages that use IgnitePortProtocol Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.port TODO.org.apache.ignite.plugin Contains plugins management API.org.apache.ignite.spi Contains common classes and interfaces for SPI implementations. -
-
Uses of IgnitePortProtocol in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type IgnitePortProtocol Modifier and Type Method Description voidGridPluginContext. deregisterPort(int port, IgnitePortProtocol proto, Class<?> cls)Deregisters closed port.voidGridPluginContext. registerPort(int port, IgnitePortProtocol proto, Class<?> cls)Registers open port. -
Uses of IgnitePortProtocol in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader with parameters of type IgnitePortProtocol Modifier and Type Method Description voidStandaloneSpiContext. deregisterPort(int port, IgnitePortProtocol proto)Deregisters closed port.voidStandaloneSpiContext. registerPort(int port, IgnitePortProtocol proto)Registers open port. -
Uses of IgnitePortProtocol in org.apache.ignite.internal.processors.port
Methods in org.apache.ignite.internal.processors.port that return IgnitePortProtocol Modifier and Type Method Description IgnitePortProtocolGridPortRecord. protocol()Methods in org.apache.ignite.internal.processors.port with parameters of type IgnitePortProtocol Modifier and Type Method Description voidGridPortProcessor. deregisterPort(int port, IgnitePortProtocol proto, Class cls)Deregisters port used by passed class.voidGridPortProcessor. registerPort(int port, IgnitePortProtocol proto, Class cls)Registers port using by passed class. -
Uses of IgnitePortProtocol in org.apache.ignite.plugin
Methods in org.apache.ignite.plugin with parameters of type IgnitePortProtocol Modifier and Type Method Description voidPluginContext. deregisterPort(int port, IgnitePortProtocol proto, Class<?> cls)Deregisters closed port.voidPluginContext. registerPort(int port, IgnitePortProtocol proto, Class<?> cls)Registers open port. -
Uses of IgnitePortProtocol in org.apache.ignite.spi
Methods in org.apache.ignite.spi that return IgnitePortProtocol Modifier and Type Method Description static @Nullable IgnitePortProtocolIgnitePortProtocol. fromOrdinal(byte ord)Efficiently gets enumerated value from its ordinal.static IgnitePortProtocolIgnitePortProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static IgnitePortProtocol[]IgnitePortProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.spi with parameters of type IgnitePortProtocol Modifier and Type Method Description voidIgniteSpiContext. deregisterPort(int port, IgnitePortProtocol proto)Deregisters closed port.voidIgniteSpiContext. registerPort(int port, IgnitePortProtocol proto)Registers open port.
-