A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

AbstractMarshaller - Class in org.apache.ignite.marshaller
Base class for marshallers.
AbstractMarshaller() - Constructor for class org.apache.ignite.marshaller.AbstractMarshaller
 
AbstractNodeNameAwareMarshaller - Class in org.apache.ignite.marshaller
Marshaller allowing for Ignition#localIgnite() calls.
AbstractNodeNameAwareMarshaller() - Constructor for class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
 
addDeploymentInfo() - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
addMeta(int, BinaryType, boolean) - Method in interface org.apache.ignite.internal.binary.BinaryMetadataHandler
Adds a new or updates an existing metadata to the latest version.
addMetaLocally(int, BinaryType, boolean) - Method in interface org.apache.ignite.internal.binary.BinaryMetadataHandler
Adds meta data locally on current node without sending any messages.
affinityFieldName(String) - Method in interface org.apache.ignite.internal.binary.builder.BinaryObjectBuilderEx
Set known affinity key field name.
affinityKeyFieldName() - Method in interface org.apache.ignite.binary.BinaryType
Binary objects can optionally specify custom key-affinity mapping in the configuration.
affinityKeyFieldName() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
affinityKeyFieldName() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
Binary objects can optionally specify custom key-affinity mapping in the configuration.
affinityKeyFieldName(int) - Method in class org.apache.ignite.internal.binary.BinaryContext
Get affinity key field name for type.
allocate(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryMemoryAllocatorChunk
Allocate.
ARR_LIST - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
array() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
array() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
arrayEq(Object, Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Check for arrays equality.
arrayIdentityResolver() - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
available() - Static method in class org.apache.ignite.internal.binary.BinaryMarshaller
Checks whether BinaryMarshaller is able to work on the current JVM.

B

binariesFactory - Static variable in class org.apache.ignite.internal.binary.BinaryUtils
 
BinariesFactory - Interface in org.apache.ignite.internal.binary
Factory for binaries classes creation.
BINARY_ENUM - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Binary enum
BINARY_OBJ - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
BinaryBasicIdMapper - Class in org.apache.ignite.binary
Base binary ID mapper implementation.
BinaryBasicIdMapper() - Constructor for class org.apache.ignite.binary.BinaryBasicIdMapper
Default constructor.
BinaryBasicIdMapper(boolean) - Constructor for class org.apache.ignite.binary.BinaryBasicIdMapper
 
BinaryBasicNameMapper - Class in org.apache.ignite.binary
Base binary name mapper implementation.
BinaryBasicNameMapper() - Constructor for class org.apache.ignite.binary.BinaryBasicNameMapper
Default constructor.
BinaryBasicNameMapper(boolean) - Constructor for class org.apache.ignite.binary.BinaryBasicNameMapper
 
BinaryCollectionFactory<K> - Interface in org.apache.ignite.binary
Collection factory.
binaryContext() - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
BinaryContext - Class in org.apache.ignite.internal.binary
Binary context.
BinaryContext(BinaryMetadataHandler, BinaryMarshaller, String, ClassLoader, BinarySerializer, BinaryIdMapper, BinaryNameMapper, Collection<BinaryTypeConfiguration>, Map<String, String>, boolean, Function<Class<?>, String>, IgniteLogger) - Constructor for class org.apache.ignite.internal.binary.BinaryContext
 
binaryContextSupplier(Supplier<BinaryContext>) - Static method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
binaryEnabled() - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
binaryEnum(BinaryContext, byte[]) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Creates binary enum.
binaryEnum(BinaryContext, int, String, int) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Creates binary enum.
binaryEnumClass() - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
BinaryField - Interface in org.apache.ignite.binary
Binary object field.
BinaryFieldEx - Interface in org.apache.ignite.internal.binary
Extended binary object field.
BinaryFieldMetadata - Class in org.apache.ignite.internal.binary
Binary field metadata.
BinaryFieldMetadata() - Constructor for class org.apache.ignite.internal.binary.BinaryFieldMetadata
BinaryFieldMetadata(int, int) - Constructor for class org.apache.ignite.internal.binary.BinaryFieldMetadata
Constructor.
BinaryIdMapper - Interface in org.apache.ignite.binary
Type and field ID mapper for binary objects.
BinaryInputStream - Interface in org.apache.ignite.internal.binary.streams
Binary input stream.
BinaryInvalidTypeException - Exception in org.apache.ignite.binary
Exception indicating that class needed for deserialization of binary object does not exist.
BinaryInvalidTypeException(String) - Constructor for exception org.apache.ignite.binary.BinaryInvalidTypeException
Creates invalid class exception with error message.
BinaryInvalidTypeException(String, Throwable) - Constructor for exception org.apache.ignite.binary.BinaryInvalidTypeException
Creates invalid class exception with error message and Throwable as a cause.
BinaryInvalidTypeException(Throwable) - Constructor for exception org.apache.ignite.binary.BinaryInvalidTypeException
Creates invalid class exception with Throwable as a cause.
Binarylizable - Interface in org.apache.ignite.binary
Interface that allows to implement custom serialization logic for binary objects.
BinaryMapFactory<K,​V> - Interface in org.apache.ignite.binary
Map factory.
binaryMarshaller() - Method in class org.apache.ignite.internal.binary.BinaryMarshaller
 
BinaryMarshaller - Class in org.apache.ignite.internal.binary
Implementation of Marshaller that lets to serialize and deserialize all objects in the binary format.
BinaryMarshaller() - Constructor for class org.apache.ignite.internal.binary.BinaryMarshaller
 
BinaryMemoryAllocatorChunk - Interface in org.apache.ignite.internal.binary.streams
Memory allocator chunk.
binaryMetadata() - Method in exception org.apache.ignite.internal.UnregisteredBinaryTypeException
 
binaryMetadata(int, String, Map<String, BinaryFieldMetadata>, String, Collection<T2<Integer, List<Integer>>>, boolean, Map<String, Integer>) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
BinaryMetadata - Class in org.apache.ignite.internal.binary
Binary metadata which is passed over a wire.
BinaryMetadata() - Constructor for class org.apache.ignite.internal.binary.BinaryMetadata
BinaryMetadata(int, String, Map<String, BinaryFieldMetadata>, String, boolean, Map<String, Integer>) - Constructor for class org.apache.ignite.internal.binary.BinaryMetadata
Constructor.
BinaryMetadataHandler - Interface in org.apache.ignite.internal.binary
Binary metadata handler.
BinaryNameMapper - Interface in org.apache.ignite.binary
Maps type and field names to different names.
binaryObject(BinaryContext, byte[]) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Creates new instance of binary object.
binaryObject(BinaryContext, byte[], int) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Creates new instance of binary object.
binaryObject(BinaryContext, byte[], CacheObjectValueContext) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Creates new instance of binary object.
BinaryObject - Interface in org.apache.ignite.binary
Wrapper for binary object in binary format.
BinaryObjectBuilder - Interface in org.apache.ignite.binary
Binary object builder.
BinaryObjectBuilderEx - Interface in org.apache.ignite.internal.binary.builder
Internal interface for BinaryObjectBuilder.
BinaryObjectBuilders - Class in org.apache.ignite.internal.binary.builder
Utility class to provide static methods to create BinaryObjectBuilder.
BinaryObjectBuilders() - Constructor for class org.apache.ignite.internal.binary.builder.BinaryObjectBuilders
 
BinaryObjectBuildersFactory - Interface in org.apache.ignite.internal.binary.builder
Binary object builders factory.
BinaryObjectEx - Interface in org.apache.ignite.internal.binary
Extended binary object interface.
BinaryObjectException - Exception in org.apache.ignite.binary
Exception indicating binary object serialization error.
BinaryObjectException(String) - Constructor for exception org.apache.ignite.binary.BinaryObjectException
Creates binary exception with error message.
BinaryObjectException(String, Throwable) - Constructor for exception org.apache.ignite.binary.BinaryObjectException
Creates binary exception with error message and Throwable as a cause.
BinaryObjectException(Throwable) - Constructor for exception org.apache.ignite.binary.BinaryObjectException
Creates binary exception with Throwable as a cause.
binaryObjectImplClass() - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
binaryOffheapObject(BinaryContext, long, int, int) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
BinaryOutputStream - Interface in org.apache.ignite.internal.binary.streams
Binary output stream.
BinaryPositionReadable - Interface in org.apache.ignite.internal.binary
Interface allowing for positioned read.
BinaryRawReader - Interface in org.apache.ignite.binary
Raw reader for binary objects.
BinaryRawWriter - Interface in org.apache.ignite.binary
Raw writer for binary object.
BinaryReader - Interface in org.apache.ignite.binary
Reader for binary objects used in Binarylizable implementations.
BinaryReaderEx - Interface in org.apache.ignite.internal.binary
Extended reader interface.
BinaryReflectiveSerializer - Class in org.apache.ignite.binary
Binary serializer which writes object fields using reflection.
BinaryReflectiveSerializer() - Constructor for class org.apache.ignite.binary.BinaryReflectiveSerializer
 
BinarySchema - Class in org.apache.ignite.internal.binary
Schema describing binary object content.
BinarySchema() - Constructor for class org.apache.ignite.internal.binary.BinarySchema
BinarySchema(int, List<Integer>) - Constructor for class org.apache.ignite.internal.binary.BinarySchema
Constructor.
BinarySerializer - Interface in org.apache.ignite.binary
Interface that allows to implement custom serialization logic for binary objects.
BinaryStreams - Class in org.apache.ignite.internal.binary.streams
Utility class to provide static methods to create BinaryInputStream or BinaryOutputStream in different modes.
BinaryStreams() - Constructor for class org.apache.ignite.internal.binary.streams.BinaryStreams
 
BinaryStreamsFactory - Interface in org.apache.ignite.internal.binary.streams
Binary streams factory.
BinaryType - Interface in org.apache.ignite.binary
Binary type meta data.
BinaryTypeConfiguration - Class in org.apache.ignite.binary
Defines configuration properties for a specific binary type.
BinaryTypeConfiguration() - Constructor for class org.apache.ignite.binary.BinaryTypeConfiguration
Constructor.
BinaryTypeConfiguration(String) - Constructor for class org.apache.ignite.binary.BinaryTypeConfiguration
 
BinaryTypeConfiguration(BinaryTypeConfiguration) - Constructor for class org.apache.ignite.binary.BinaryTypeConfiguration
Copying constructor.
BinaryTypeImpl - Class in org.apache.ignite.internal.binary
Binary type implementation.
BinaryTypeImpl(BinaryContext, BinaryMetadata) - Constructor for class org.apache.ignite.internal.binary.BinaryTypeImpl
Constructor.
BinaryUtils - Class in org.apache.ignite.internal.binary
Binary utils.
BinaryUtils() - Constructor for class org.apache.ignite.internal.binary.BinaryUtils
 
BinaryWriter - Interface in org.apache.ignite.binary
Writer for binary object used in Binarylizable implementations.
BinaryWriterEx - Interface in org.apache.ignite.internal.binary
Extended writer interface.
BOOLEAN - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
BOOLEAN_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
build() - Method in interface org.apache.ignite.binary.BinaryObjectBuilder
Builds binary object.
builder(BinaryObject) - Static method in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilders
 
builder(BinaryObject) - Method in interface org.apache.ignite.internal.binary.builder.BinaryObjectBuildersFactory
 
builder(BinaryContext, String) - Static method in class org.apache.ignite.internal.binary.builder.BinaryObjectBuilders
 
builder(BinaryContext, String) - Method in interface org.apache.ignite.internal.binary.builder.BinaryObjectBuildersFactory
 
BYTE - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
BYTE_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
bytes() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 

C

CacheObject - Interface in org.apache.ignite.internal.processors.cache
 
cacheObjectType() - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
CacheObjectUtils - Class in org.apache.ignite.internal.processors.cache
Cache object utility methods.
CacheObjectValueContext - Interface in org.apache.ignite.internal.processors.cache
Context to get value of cache object.
cachingMetadataHandler() - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
CHAR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
CHAR_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
checkProtocolVersion(byte) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Check protocol version.
clarifyFieldName(int, String) - Method in class org.apache.ignite.internal.binary.BinarySchema
Add field name.
CLASS - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
classLoader() - Method in class org.apache.ignite.internal.binary.BinaryContext
 
classLoader() - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
classNameFilter() - Method in interface org.apache.ignite.marshaller.MarshallerContext
Returns class name filter.
clearCache() - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Clears binary caches.
clearCache() - Static method in class org.apache.ignite.marshaller.MarshallerExclusions
Intended for test purposes only.
clearClassDescriptorsCache() - Method in interface org.apache.ignite.internal.marshaller.optimized.OptimizedMarshaller
Clears the optimized class descriptors cache.
clone() - Method in interface org.apache.ignite.binary.BinaryObject
Copies this binary object.
clone() - Method in class org.apache.ignite.lang.IgniteUuid
close() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Cleans resources.
close() - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Close the stream releasing resources.
COL - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
collectionType(Class<? extends Collection>) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
compareForDml(Object, Object) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Compare two objects for DML operation.
compareTo(IgniteUuid) - Method in class org.apache.ignite.lang.IgniteUuid
componentClassName() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
componentTypeId() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
confirmOrder(int, String) - Method in class org.apache.ignite.internal.binary.BinarySchema
Try speculatively confirming order for the given field name.
context() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
Get binary context.
context() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
 
context() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
context() - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
copy(int) - Method in interface org.apache.ignite.internal.processors.cache.KeyCacheObject
 
copyOnGet() - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
create(int) - Method in interface org.apache.ignite.binary.BinaryCollectionFactory
Create collection.
create(int) - Method in interface org.apache.ignite.binary.BinaryMapFactory
Create collection.
create(Field, int) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Create accessor for the field.
createBinaryArray(Class<?>, Object[]) - Method in class org.apache.ignite.internal.binary.BinaryContext
Creates instance of BinaryArray.
createField(int, String) - Method in class org.apache.ignite.internal.binary.BinaryContext
Create binary field.
createPooledOutputStream(int, boolean) - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
 
createPooledOutputStream(int, boolean) - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
 
ctx - Variable in class org.apache.ignite.marshaller.AbstractMarshaller
Context.
currentSchema() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 

D

DATE - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
DATE_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
DECIMAL - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
DECIMAL_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
defaultIdMapper() - Static method in class org.apache.ignite.internal.binary.BinaryContext
 
defaultMapper() - Static method in class org.apache.ignite.internal.binary.BinaryContext
 
defaultNameMapper() - Static method in class org.apache.ignite.internal.binary.BinaryContext
 
descriptor() - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
 
deserialize() - Method in interface org.apache.ignite.binary.BinaryObject
Gets fully deserialized instance of binary object.
deserialize() - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
 
deserialize(byte[], ClassLoader) - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
deserialize(ClassLoader) - Method in interface org.apache.ignite.binary.BinaryObject
Gets fully deserialized instance of binary object.
detach() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
detach(boolean) - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
detach(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
detachAllowed(boolean) - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
detachAllowedIfPossible(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
DFLT_BUFFER_SIZE - Static variable in class org.apache.ignite.marshaller.AbstractMarshaller
Default initial buffer size for the GridByteArrayOutputStream.
DFLT_HDR_LEN - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
DFLT_LOWER_CASE - Static variable in class org.apache.ignite.binary.BinaryBasicIdMapper
Default lower case flag setting.
DFLT_SIMPLE_NAME - Static variable in class org.apache.ignite.binary.BinaryBasicNameMapper
Default use simple name flag setting.
doReadOptimized(BinaryInputStream, BinaryContext, ClassLoader) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Read object serialized using optimized marshaller.
doReadStringArray(BinaryInputStream) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
DOTNET - org.apache.ignite.platform.PlatformType
.NET platform.
DOTNET_ID - Static variable in class org.apache.ignite.internal.MarshallerPlatformIds
 
DOUBLE - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
DOUBLE_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
doWriteEnumArray(Object[]) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 

E

enclosingTypeId() - Method in interface org.apache.ignite.internal.binary.BinaryFieldEx
Get field's enclosing type ID.
ENUM - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
ENUM_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
enumClassName() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
enumMap() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
enumName() - Method in interface org.apache.ignite.binary.BinaryObject
Get name for this enum object.
enumOrdinal() - Method in interface org.apache.ignite.binary.BinaryObject
Get ordinal for this enum object.
enumValues() - Method in interface org.apache.ignite.binary.BinaryType
 
enumValues() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
equals(Object) - Method in class org.apache.ignite.binary.BinaryBasicIdMapper
equals(Object) - Method in class org.apache.ignite.binary.BinaryBasicNameMapper
equals(Object) - Method in class org.apache.ignite.internal.binary.BinarySchema
equals(Object) - Method in class org.apache.ignite.lang.IgniteUuid
exclude(Class<?>) - Static method in class org.apache.ignite.marshaller.MarshallerExclusions
Adds Ignite class included in serialization.
exists(BinaryObject) - Method in interface org.apache.ignite.binary.BinaryField
Check whether field exists in the object.

F

failIfUnregistered() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
field(Object, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
field(String) - Method in interface org.apache.ignite.binary.BinaryObject
Gets field value.
field(String) - Method in interface org.apache.ignite.binary.BinaryType
Get BinaryField for the given field name.
field(String) - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
Get BinaryField for the given field name.
fieldId() - Method in class org.apache.ignite.internal.binary.BinaryFieldMetadata
 
fieldId(int) - Method in class org.apache.ignite.internal.binary.BinarySchema
Get field ID by order in footer.
fieldId(int, String) - Method in class org.apache.ignite.binary.BinaryBasicIdMapper
Get field ID.
fieldId(int, String) - Method in interface org.apache.ignite.binary.BinaryIdMapper
Gets ID for provided field name.
fieldId(int, String) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
fieldId(BinaryReaderEx, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Gets field by its order.
fieldIdLength(short) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Get field ID length.
fieldIds() - Method in class org.apache.ignite.internal.binary.BinarySchema
Gets field ids array.
fieldName(String) - Method in class org.apache.ignite.binary.BinaryBasicNameMapper
Gets field name.
fieldName(String) - Method in interface org.apache.ignite.binary.BinaryNameMapper
Gets field name.
fieldNames() - Method in interface org.apache.ignite.binary.BinaryType
Gets collection of all field names for this binary type.
fieldNames() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
Gets collection of all field names for this binary type.
fieldOffsetLength(short) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Get offset length for the given flags.
fieldOffsetRelative(BinaryPositionReadable, int, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Get relative field offset.
fields() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
FIELDS_SORTED_ORDER - Static variable in class org.apache.ignite.internal.binary.BinaryUtils
Whether to sort field in binary objects (doesn't affect Binarylizable).
fieldsMap() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
fieldTypeName(int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
fieldTypeName(String) - Method in interface org.apache.ignite.binary.BinaryType
Gets name of the field type for a given field.
fieldTypeName(String) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
fieldTypeName(String) - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
Gets name of the field type for a given field.
findFieldByName(String) - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
Try finding the field by name.
finishUnmarshal(CacheObjectValueContext, ClassLoader) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
FLAG_COMPACT_FOOTER - Static variable in class org.apache.ignite.internal.binary.BinaryUtils
Flag: compact footer, no field IDs.
FLAG_CUSTOM_DOTNET_TYPE - Static variable in class org.apache.ignite.internal.binary.BinaryUtils
Flag: raw data contains .NET type information.
FLAG_TO_CLASS - Static variable in class org.apache.ignite.internal.binary.BinaryUtils
 
FLAGS_POS - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Flags position in header.
FLOAT - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
FLOAT_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
footerAbsolute(BinaryPositionReadable, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Get object's footer.
footerStartAbsolute(BinaryPositionReadable, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Get object's footer.
fromString(String) - Static method in class org.apache.ignite.lang.IgniteUuid
Converts string into IgniteUuid.
fromUuid(UUID) - Static method in class org.apache.ignite.lang.IgniteUuid
Constructs new IgniteUuid based on global and local ID portions.
future() - Method in exception org.apache.ignite.internal.UnregisteredBinaryTypeException
 

G

getClass(int, ClassLoader) - Method in interface org.apache.ignite.marshaller.MarshallerContext
Gets class for provided type ID.
getClassName(byte, int) - Method in interface org.apache.ignite.marshaller.MarshallerContext
Gets class name for provided (platformId, typeId) pair.
getContext() - Method in class org.apache.ignite.marshaller.AbstractMarshaller
 
getEnumNameByOrdinal(int) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
Gets enum constant name given its ordinal value.
getEnumOrdinalByName(String) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
Gets enum constant ordinal value given its name.
getEnumValues() - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
 
getField(String) - Method in interface org.apache.ignite.binary.BinaryObjectBuilder
Returns value assigned to the specified field.
getIdMapper() - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Gets ID mapper.
getNameMapper() - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Gets name mapper.
getOrCreateSchema() - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
Get or create object schema.
getSchema(BinaryContext, IntFunction<BinaryType>, int, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Gets the schema.
getSerializer() - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Gets serializer.
getTypeName() - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Gets type name.
globalId() - Method in class org.apache.ignite.lang.IgniteUuid
Gets global ID portion of this IgniteUuid.
globalLoader() - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
Gets distributed class loader.
GridBinaryMarshaller - Class in org.apache.ignite.internal.binary
Binary objects marshaller.
GridBinaryMarshaller(BinaryContext) - Constructor for class org.apache.ignite.internal.binary.GridBinaryMarshaller
 

H

HANDLE - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
hasBytes() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
hasCircularReferences() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
Check if object graph has circular references.
hasField(String) - Method in interface org.apache.ignite.binary.BinaryObject
Checks whether field exists in the object.
HASH_CODE_POS - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
HASH_MAP - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
HASH_SET - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
hashCode() - Method in class org.apache.ignite.binary.BinaryBasicIdMapper
hashCode() - Method in class org.apache.ignite.binary.BinaryBasicNameMapper
hashCode() - Method in class org.apache.ignite.internal.binary.BinarySchema
hashCode() - Method in interface org.apache.ignite.internal.processors.cache.KeyCacheObject
 
hashCode() - Method in class org.apache.ignite.lang.IgniteUuid
hashCode(byte[], int, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
hasSchema(int) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
hasSchema(short) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Check if raw-only flag is set.
HEAD_SIZE - Static variable in class org.apache.ignite.internal.processors.cache.CacheObjectUtils
Head size.
heapCopy() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 

I

identity(int) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
igniteInstanceName() - Method in class org.apache.ignite.internal.binary.BinaryContext
 
IgniteUuid - Class in org.apache.ignite.lang
This is a faster performing version of UUID.
IgniteUuid() - Constructor for class org.apache.ignite.lang.IgniteUuid
Empty constructor required for Externalizable.
IgniteUuid(UUID, long) - Constructor for class org.apache.ignite.lang.IgniteUuid
Constructs IgniteUuid from a global and local identifiers.
immutable(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
in() - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
 
inaccessibleClass() - Method in exception org.apache.ignite.internal.marshaller.optimized.OptimizedMarshallerInaccessibleClassException
 
include(Class<?>) - Static method in class org.apache.ignite.marshaller.MarshallerExclusions
Adds Ignite class included in serialization.
initUseBinaryArrays() - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Initialize BinaryUtils.USE_BINARY_ARRAYS value with IgniteCommonsSystemProperties.IGNITE_USE_BINARY_ARRAYS system property value.
inputStream(byte[]) - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
Create stream with pointer set at the given position.
inputStream(byte[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
Create stream with pointer set at the given position.
inputStream(byte[], int) - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
Create stream with pointer set at the given position.
inputStream(byte[], int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
Create stream with pointer set at the given position.
inputStream(long, int) - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
 
inputStream(long, int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
 
inputStream(long, int, boolean) - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
 
inputStream(long, int, boolean) - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
 
inputStream(ByteBuffer) - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
 
inputStream(ByteBuffer) - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
 
INT - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
INT_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
internal() - Method in interface org.apache.ignite.internal.processors.cache.KeyCacheObject
 
isAcquired() - Method in interface org.apache.ignite.internal.binary.streams.BinaryMemoryAllocatorChunk
 
isBinaryArray(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
isBinaryEnumArray(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
isBinaryEnumObject(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
isBinaryObjectExImpl(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
isBinaryObjectImpl(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
isBinaryType(Class<?>) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Tells whether provided type is binary.
isCompactFooter() - Method in class org.apache.ignite.internal.binary.BinaryContext
 
isEnum() - Method in interface org.apache.ignite.binary.BinaryType
Check whether type represents enum or not.
isEnum() - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Gets whether this is enum type.
isEnum() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
isEnum() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
Check whether type represents enum or not.
isExcluded(Class<?>) - Static method in class org.apache.ignite.marshaller.MarshallerExclusions
Checks whether or not given class should be excluded from marshalling.
isFlagSet(short) - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
Check if flag set.
isLowerCase() - Method in class org.apache.ignite.binary.BinaryBasicIdMapper
Gets whether to use strings in lower case or not.
isObjectArray(Class<?>) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
isPeerClassLoadingEnabled() - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
isPlainArrayType(int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Checks whether an array type values can or can not contain references to other object.
isPlainType(int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
isPlatformType() - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
Gets flag indicating whether object value is a platform type.
isSimpleName() - Method in class org.apache.ignite.binary.BinaryBasicNameMapper
Gets whether to use simple name of class or not.
isSpecialCollection(Class) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Check if class represents a collection which must be treated specially.
isSpecialMap(Class) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Check if class represents a map which must be treated specially.
isSystemType(String) - Method in interface org.apache.ignite.marshaller.MarshallerContext
Checks whether the given type is a system one - JDK class or Ignite class.
iterator() - Method in class org.apache.ignite.lang.IgniteUuid

J

JAVA - org.apache.ignite.platform.PlatformType
Java platform.
JAVA_ID - Static variable in class org.apache.ignite.internal.MarshallerPlatformIds
 
jdk() - Static method in class org.apache.ignite.marshaller.Marshallers
 
jdk() - Method in interface org.apache.ignite.marshaller.MarshallersFactory
 
jdk(IgnitePredicate<String>) - Static method in class org.apache.ignite.marshaller.Marshallers
 
jdk(IgnitePredicate<String>) - Method in interface org.apache.ignite.marshaller.MarshallersFactory
 
jdkMarshaller() - Method in interface org.apache.ignite.marshaller.MarshallerContext
 
JdkMarshaller - Interface in org.apache.ignite.marshaller.jdk
Implementation of Marshaller based on JDK serialization mechanism.

K

KeyCacheObject - Interface in org.apache.ignite.internal.processors.cache
 
knownArray(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
knownCollection(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
knownMap(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 

L

lastLocalId() - Static method in class org.apache.ignite.lang.IgniteUuid
Gets last generated local ID.
length(BinaryPositionReadable, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Get binary object length.
LINKED_HASH_MAP - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
LINKED_HASH_SET - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
LINKED_LIST - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
localId() - Method in class org.apache.ignite.lang.IgniteUuid
Gets local ID portion of this IgniteUuid.
log() - Method in class org.apache.ignite.internal.binary.BinaryContext
 
log(Class<?>) - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
LONG - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
LONG_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 

M

MAP - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
mappedFilePlatformId(String) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
mappedTypeId(String) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
MAPPING_FILE_EXTENSION - Static variable in class org.apache.ignite.internal.binary.BinaryUtils
Actual file name "{type_id}.classname{platform_id}".
mappingFileName(byte, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
mapType(Class<? extends Map>) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
marshal(Object) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Marshals object to byte array.
marshal(Object) - Method in interface org.apache.ignite.marshaller.Marshaller
Marshals object to byte array.
marshal(Object, boolean) - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
marshal(Object, OutputStream) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Marshals object to the output stream.
marshal(Object, OutputStream) - Method in interface org.apache.ignite.marshaller.Marshaller
Marshals object to the output stream.
marshal(Object) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
marshal(Object) - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
marshal(Marshaller, Object, OutputStream) - Static method in class org.apache.ignite.marshaller.Marshallers
Marshals object to byte array.
marshal(Marshaller, Object) - Static method in class org.apache.ignite.marshaller.Marshallers
Marshals object to byte array.
marshal0(Object) - Method in class org.apache.ignite.internal.binary.BinaryMarshaller
Marshals object to byte array.
marshal0(Object) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Marshals object to byte array.
marshal0(Object, OutputStream) - Method in class org.apache.ignite.internal.binary.BinaryMarshaller
Marshals object to the output stream.
marshal0(Object, OutputStream) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Marshals object to the output stream.
marshaller() - Method in class org.apache.ignite.internal.binary.BinaryContext
 
Marshaller - Interface in org.apache.ignite.marshaller
Marshaller allows to marshal or unmarshal objects in grid.
MarshallerContext - Interface in org.apache.ignite.marshaller
Marshaller context.
MarshallerExclusions - Class in org.apache.ignite.marshaller
Checks whether given class should be excluded from marshalling.
MarshallerPlatformIds - Class in org.apache.ignite.internal
Constants for platform IDs to feed into MarshallerContext.
Marshallers - Class in org.apache.ignite.marshaller
Factory to create implementation of Marshaller.
Marshallers() - Constructor for class org.apache.ignite.marshaller.Marshallers
 
MarshallersFactory - Interface in org.apache.ignite.marshaller
Marshallers factory.
mergeMetadata(BinaryMetadata, BinaryMetadata) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Merge old and new metas.
mergeMetadata(BinaryMetadata, BinaryMetadata, Set<Integer>) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Merge old and new metas.
metadata() - Method in class org.apache.ignite.internal.binary.BinaryContext
 
metadata() - Method in interface org.apache.ignite.internal.binary.BinaryMetadataHandler
Gets all metadata known to the node.
metadata() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
 
metadata(int) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
metadata(int) - Method in interface org.apache.ignite.internal.binary.BinaryMetadataHandler
Gets metadata for provided type ID.
metadata(int, int) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
metadata(int, int) - Method in interface org.apache.ignite.internal.binary.BinaryMetadataHandler
Gets metadata for provided type ID and schema ID.
metadata0(int) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
metadata0(int) - Method in interface org.apache.ignite.internal.binary.BinaryMetadataHandler
Gets unwrapped metadata for provided type ID.
mustDeserialize(Class) - Method in class org.apache.ignite.internal.binary.BinaryContext
Check whether class must be deserialized anyway.
mustDeserialize(Object) - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Whether object must be deserialized anyway.

N

name() - Method in interface org.apache.ignite.binary.BinaryField
Get field's name.
newKnownCollection(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Attempts to create a new collection of the same known type.
newKnownMap(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Attempts to create a new map of the same known type.
newMap(Map<K, V>) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Attempts to create a new map of the same type as map has.
newWriter(int) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Create new writer with same context.
nodeName(String) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Set node name.
nodeName(String) - Method in interface org.apache.ignite.marshaller.Marshaller
Set node name.
noopMetadataHandler() - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
NULL - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 

O

OBJ - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
OBJ_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
OBJECT - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
objectPutSize(int) - Static method in class org.apache.ignite.internal.processors.cache.CacheObjectUtils
 
onUndeploy(ClassLoader) - Method in class org.apache.ignite.internal.binary.BinaryContext
Undeployment callback invoked when class loader is being undeployed.
onUndeploy(ClassLoader) - Method in class org.apache.ignite.internal.binary.BinaryMarshaller
Undeployment callback invoked when class loader is being undeployed.
onUndeploy(ClassLoader) - Method in interface org.apache.ignite.marshaller.Marshaller
Undeployment callback invoked when class loader is being undeployed.
optimized() - Static method in class org.apache.ignite.marshaller.Marshallers
 
optimized() - Method in interface org.apache.ignite.marshaller.MarshallersFactory
 
optimized(boolean) - Static method in class org.apache.ignite.marshaller.Marshallers
Creates new marshaller providing whether it should require Serializable interface or not.
optimized(boolean) - Method in interface org.apache.ignite.marshaller.MarshallersFactory
Creates new marshaller providing whether it should require Serializable interface or not.
OptimizedMarshaller - Interface in org.apache.ignite.internal.marshaller.optimized
Optimized implementation of Marshaller.
OptimizedMarshallerIdMapper - Interface in org.apache.ignite.internal.marshaller.optimized
ID mapper.
OptimizedMarshallerInaccessibleClassException - Exception in org.apache.ignite.internal.marshaller.optimized
 
OptimizedMarshallerInaccessibleClassException(String, ClassNotFoundException) - Constructor for exception org.apache.ignite.internal.marshaller.optimized.OptimizedMarshallerInaccessibleClassException
 
OPTM_MARSH - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
order(int) - Method in class org.apache.ignite.internal.binary.BinarySchema
Get field order in footer by field ID.
ORDER_NOT_FOUND - Static variable in class org.apache.ignite.internal.binary.BinarySchema
Order returned if field is not found.
org.apache.ignite.binary - package org.apache.ignite.binary
Contains Ignite Binary Objects API classes.
org.apache.ignite.internal - package org.apache.ignite.internal
 
org.apache.ignite.internal.binary - package org.apache.ignite.internal.binary
 
org.apache.ignite.internal.binary.builder - package org.apache.ignite.internal.binary.builder
 
org.apache.ignite.internal.binary.streams - package org.apache.ignite.internal.binary.streams
 
org.apache.ignite.internal.marshaller.optimized - package org.apache.ignite.internal.marshaller.optimized
 
org.apache.ignite.internal.processors.cache - package org.apache.ignite.internal.processors.cache
 
org.apache.ignite.lang - package org.apache.ignite.lang
 
org.apache.ignite.marshaller - package org.apache.ignite.marshaller
 
org.apache.ignite.marshaller.jdk - package org.apache.ignite.marshaller.jdk
Contains JDK java.io based marshaller.
org.apache.ignite.platform - package org.apache.ignite.platform
 
otherPlatforms(byte) - Static method in class org.apache.ignite.internal.MarshallerPlatformIds
Gets all known platform ids except the specified one.
out() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
outputStream(int) - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
 
outputStream(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
 
outputStream(int, BinaryMemoryAllocatorChunk) - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
 
outputStream(int, BinaryMemoryAllocatorChunk) - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
 

P

partition() - Method in interface org.apache.ignite.internal.processors.cache.KeyCacheObject
 
partition(int) - Method in interface org.apache.ignite.internal.processors.cache.KeyCacheObject
Sets partition ID for this key.
PLAIN_CLASS_TO_FLAG - Static variable in class org.apache.ignite.internal.binary.BinaryUtils
 
PLATFORM_JAVA_OBJECT_FACTORY_PROXY - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
platformName(byte) - Static method in class org.apache.ignite.internal.MarshallerPlatformIds
Gets the platform name by id.
PlatformType - Enum in org.apache.ignite.platform
Interop platform type.
popContext(BinaryContext) - Static method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Pop binary context and restore the old one.
popSchema() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Pop schema.
postWrite(boolean, boolean) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Perform post-write.
postWriteHashCode(String) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Perform post-write hash code update if necessary.
postWriteRequired() - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
predefinedTypes() - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
prepareForCache(CacheObjectValueContext) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
Prepares cache object for cache (e.g. copies user-provided object if needed).
prepareMarshal(CacheObjectValueContext) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
preWrite(String) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Perform pre-write.
PROTO_VER - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Protocol version.
PROTO_VER_POS - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Protocol version position.
PROXY - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Proxy.
pushContext() - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Push binary context and return the old one.
putValue(byte, ByteBuffer, int, int, byte[], int) - Static method in class org.apache.ignite.internal.processors.cache.CacheObjectUtils
 
putValue(long) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
putValue(ByteBuffer) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
putValue(ByteBuffer, int, int) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 

R

randomUuid() - Static method in class org.apache.ignite.lang.IgniteUuid
Creates new pseudo-random ID.
rawArrayFromBinary(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
rawOffsetAbsolute(BinaryPositionReadable, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Get absolute raw offset of the object.
rawReader() - Method in interface org.apache.ignite.binary.BinaryReader
Gets raw reader.
rawType() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
Get raw type.
rawWriter() - Method in interface org.apache.ignite.binary.BinaryWriter
Gets raw writer.
read(byte[], int, int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Reads cnt of bytes into byte array.
readBinary(Object, BinaryReader) - Method in class org.apache.ignite.binary.BinaryReflectiveSerializer
Reads fields from provided reader.
readBinary(Object, BinaryReader) - Method in interface org.apache.ignite.binary.BinarySerializer
Reads fields from provided reader.
readBinary(BinaryReader) - Method in interface org.apache.ignite.binary.Binarylizable
Reads fields from provided reader.
readBinary(BinaryReader) - Method in class org.apache.ignite.lang.IgniteUuid
Reads fields from provided reader.
readBoolean() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readBoolean() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read boolean value.
readBoolean(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readBooleanArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readBooleanArray(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read boolean array.
readBooleanArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readByte() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readByte() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read byte value.
readByte(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readByteArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readByteArray(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read byte array.
readByteArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readBytePositioned(int) - Method in interface org.apache.ignite.internal.binary.BinaryPositionReadable
Read byte at the given position.
readChar() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readChar() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read char value.
readChar(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readCharArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readCharArray(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read char array.
readCharArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readCollection() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readCollection(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readCollection(String, BinaryCollectionFactory<T>) - Method in interface org.apache.ignite.binary.BinaryReader
 
readCollection(BinaryCollectionFactory<T>) - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readDate() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readDate(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readDateArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readDateArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readDecimal() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readDecimal(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readDecimalArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readDecimalArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readDouble() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readDouble() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read double value.
readDouble(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readDoubleArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readDoubleArray(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read double array.
readDoubleArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readEnum() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readEnum(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readEnumArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readEnumArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
reader(BinaryContext, BinaryInputStream, ClassLoader, boolean) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Creates reader instance.
reader(BinaryContext, BinaryInputStream, ClassLoader, boolean) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Creates reader instance.
reader(BinaryContext, BinaryInputStream, ClassLoader, boolean, boolean) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Constructor.
reader(BinaryContext, BinaryInputStream, ClassLoader, BinaryReaderHandles, boolean) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Creates reader instance.
reader(BinaryContext, BinaryInputStream, ClassLoader, BinaryReaderHandles, boolean, boolean) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
Constructor.
reader(BinaryContext, BinaryInputStream, ClassLoader, BinaryReaderEx, boolean) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Creates reader instance.
reader(BinaryInputStream) - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Creates a reader.
readExternal(ObjectInput) - Method in class org.apache.ignite.internal.binary.BinaryFieldMetadata
readExternal(ObjectInput) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
readExternal(ObjectInput) - Method in class org.apache.ignite.internal.binary.BinarySchema
readExternal(ObjectInput) - Method in class org.apache.ignite.lang.IgniteUuid
readFloat() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readFloat() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read float value.
readFloat(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readFloatArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readFloatArray(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read float array.
readFloatArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readFrom(DataInput) - Method in class org.apache.ignite.internal.binary.BinaryFieldMetadata
The object implements the readFrom method to restore its contents by calling the methods of DataInput for primitive types and strings or calling readExternal for other objects.
readFrom(DataInput) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
The object implements the readFrom method to restore its contents by calling the methods of DataInput for primitive types and strings or calling readExternal for other objects.
readFrom(DataInput) - Method in class org.apache.ignite.internal.binary.BinarySchema
The object implements the readFrom method to restore its contents by calling the methods of DataInput for primitive types and strings or calling readFrom for other objects.
readInt() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readInt() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read int value.
readInt(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readIntArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readIntArray(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read int array.
readIntArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readIntPositioned(int) - Method in interface org.apache.ignite.internal.binary.BinaryPositionReadable
Read integer at the given position.
readLong() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readLong() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read long value.
readLong(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readLongArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readLongArray(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read long array.
readLongArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readMap() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readMap(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readMap(String, BinaryMapFactory<K, V>) - Method in interface org.apache.ignite.binary.BinaryReader
 
readMap(BinaryMapFactory<K, V>) - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readMapping(File) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
readObject() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readObject(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readObjectArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readObjectArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readObjectDetached() - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
 
readObjectDetached(boolean) - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
 
readShort() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readShort() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read short value.
readShort(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readShortArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readShortArray(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Read short array.
readShortArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readShortPositioned(int) - Method in interface org.apache.ignite.internal.binary.BinaryPositionReadable
Read short at the given position.
readString() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readString(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readStringArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readStringArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readTime() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readTime(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readTimeArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readTimeArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readTimestamp() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readTimestamp(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readTimestampArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readTimestampArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readUuid() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readUuid(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
readUuidArray() - Method in interface org.apache.ignite.binary.BinaryRawReader
 
readUuidArray(String) - Method in interface org.apache.ignite.binary.BinaryReader
 
reallocate(byte[], int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryMemoryAllocatorChunk
Reallocate.
registerBinarilizableSystemClass(Class<?>) - Method in class org.apache.ignite.internal.binary.BinaryContext
Register system class that should be marshalled with BinaryMarshaller.
registerClassLocally(BinaryType, boolean, byte) - Method in class org.apache.ignite.internal.binary.BinaryContext
Registers binary type locally.
registerClassName(byte, int, String) - Method in interface org.apache.ignite.marshaller.MarshallerContext
Deprecated.
Use MarshallerContext.registerClassName(byte, int, java.lang.String, boolean) instead. This particular method will be deleted in future releases.
registerClassName(byte, int, String, boolean) - Method in interface org.apache.ignite.marshaller.MarshallerContext
Method to register typeId->class name mapping in marshaller context <b>cluster-wide</b>.
registerClassNameLocally(byte, int, String) - Method in interface org.apache.ignite.marshaller.MarshallerContext
Method to register typeId->class name mapping in marshaller context <b>on local node only</b>.
registerPredefinedType(Class<?>, int) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
registerPredefinedType(Class<?>, int, String, boolean) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
registerType(Class<?>, boolean, boolean) - Method in class org.apache.ignite.internal.binary.BinaryContext
Attempts registration of the provided class.
registerTypeLocally(Class<?>, boolean, boolean) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
registerUserClassName(int, String, boolean, boolean, byte) - Method in class org.apache.ignite.internal.binary.BinaryContext
Register "type ID to class name" mapping on all nodes to allow for mapping requests resolution form client.
registerUserType(String, BinaryInternalMapper, BinarySerializer, BinaryIdentityResolver, String, boolean, Map<String, Integer>) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
registerUserTypesSchema() - Method in class org.apache.ignite.internal.binary.BinaryContext
Register user types schemas.
release() - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Releases memory.
release(byte[], int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryMemoryAllocatorChunk
Shrinks array size if needed.
remaining() - Method in interface org.apache.ignite.internal.binary.streams.BinaryInputStream
Gets amount of remaining data in bytes.
removeField(String) - Method in interface org.apache.ignite.binary.BinaryObjectBuilder
Removes field from this builder.
removeType(int) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
reserveInt() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Reserve a room for an integer.
restoreIfNecessary(byte[]) - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
Restores transformed bytes if necessary.

S

SCHEMA_ID_POS - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
SCHEMA_OR_RAW_OFF_POS - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Schema or raw offset position.
schemaId() - Method in class org.apache.ignite.internal.binary.BinarySchema
 
schemaId() - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
schemaId(int) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
schemaIds() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
schemasAndFieldsIds(BinaryMetadata) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
setBinaryContext(BinaryContext) - Method in class org.apache.ignite.internal.binary.BinaryMarshaller
setContext(MarshallerContext) - Method in class org.apache.ignite.marshaller.AbstractMarshaller
Sets marshaller context.
setContext(MarshallerContext) - Method in interface org.apache.ignite.marshaller.Marshaller
Sets marshaller context.
setEnum(boolean) - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Sets whether this is enum type.
setEnumValues(Map<String, Integer>) - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Set enum ordinal to names mapping.
setField(String, BinaryObjectBuilder) - Method in interface org.apache.ignite.binary.BinaryObjectBuilder
Sets field value.
setField(String, Object) - Method in interface org.apache.ignite.binary.BinaryObjectBuilder
Sets field value.
setField(String, T, Class<? super T>) - Method in interface org.apache.ignite.binary.BinaryObjectBuilder
Sets field value with value type specification.
setIdMapper(BinaryIdMapper) - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Sets ID mapper.
setIdMapper(OptimizedMarshallerIdMapper) - Method in interface org.apache.ignite.internal.marshaller.optimized.OptimizedMarshaller
Sets ID mapper.
setLowerCase(boolean) - Method in class org.apache.ignite.binary.BinaryBasicIdMapper
Sets whether to use strings in lower case or not.
setNameMapper(BinaryNameMapper) - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Sets name mapper.
setPoolSize(int) - Method in interface org.apache.ignite.internal.marshaller.optimized.OptimizedMarshaller
Specifies size of cached object streams used by marshaller.
setRequireSerializable(boolean) - Method in interface org.apache.ignite.internal.marshaller.optimized.OptimizedMarshaller
Sets whether marshaller should require Serializable interface or not.
setSerializer(BinarySerializer) - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Sets serializer.
setSimpleName(boolean) - Method in class org.apache.ignite.binary.BinaryBasicNameMapper
Sets whether to use simple name of class or not.
setTypeName(String) - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
Sets type name.
SHORT - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
SHORT_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
shortString() - Method in class org.apache.ignite.lang.IgniteUuid
Gets a short string version of this ID.
SINGLETON_LIST - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
size() - Method in interface org.apache.ignite.binary.BinaryObject
Get the size of the object
sizeProviders() - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
start() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
storeValue() - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
STRING - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
STRING_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 

T

threadLocalChunk() - Static method in class org.apache.ignite.internal.binary.streams.BinaryStreams
 
threadLocalChunk() - Method in interface org.apache.ignite.internal.binary.streams.BinaryStreamsFactory
 
threadLocalContext() - Static method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
TIME - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Time.
TIME_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Time array.
TIMESTAMP - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Timestamp.
TIMESTAMP_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Timestamp array.
toBuilder() - Method in interface org.apache.ignite.binary.BinaryObject
Creates a new BinaryObjectBuilder based on this binary object.
toString() - Method in class org.apache.ignite.binary.BinaryBasicIdMapper
toString() - Method in class org.apache.ignite.binary.BinaryBasicNameMapper
toString() - Method in class org.apache.ignite.binary.BinaryTypeConfiguration
toString() - Method in class org.apache.ignite.internal.binary.BinaryFieldMetadata
toString() - Method in class org.apache.ignite.internal.binary.BinaryMarshaller
toString() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
toString() - Method in class org.apache.ignite.internal.binary.BinarySchema
toString() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
toString() - Method in class org.apache.ignite.lang.IgniteUuid
TOTAL_LEN_POS - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
TRANSFORMED - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
transformIfNecessary(byte[]) - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
Transforms bytes according to CacheObjectTransformerProcessor when specified.
transformIfNecessary(byte[], int, int) - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
Transforms bytes according to CacheObjectTransformerProcessor when specified.
tryWriteAsHandle(Object) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Attempts to write the object as a handle.
type() - Method in interface org.apache.ignite.binary.BinaryObject
Gets type information for this binary object.
TYPE_BINARY - Static variable in interface org.apache.ignite.internal.processors.cache.CacheObject
 
TYPE_BINARY_ENUM - Static variable in interface org.apache.ignite.internal.processors.cache.CacheObject
 
TYPE_BYTE_ARR - Static variable in interface org.apache.ignite.internal.processors.cache.CacheObject
 
TYPE_ID_POS - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
TYPE_REGULAR - Static variable in interface org.apache.ignite.internal.processors.cache.CacheObject
 
typeByClass(Class<?>) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
typeId() - Method in interface org.apache.ignite.binary.BinaryType
Gets binary type ID.
typeId() - Method in class org.apache.ignite.internal.binary.BinaryFieldMetadata
 
typeId() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
typeId() - Method in interface org.apache.ignite.internal.binary.BinaryObjectEx
 
typeId() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
Gets binary type ID.
typeId() - Method in interface org.apache.ignite.internal.binary.builder.BinaryObjectBuilderEx
 
typeId() - Method in exception org.apache.ignite.internal.UnregisteredBinaryTypeException
 
typeId(String) - Method in class org.apache.ignite.binary.BinaryBasicIdMapper
Get type ID.
typeId(String) - Method in interface org.apache.ignite.binary.BinaryIdMapper
Gets type ID for provided type name.
typeId(String) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
typeId(String) - Method in interface org.apache.ignite.internal.marshaller.optimized.OptimizedMarshallerIdMapper
Gets type ID for provided class name.
typeName() - Method in interface org.apache.ignite.binary.BinaryType
Gets binary type name.
typeName() - Method in class org.apache.ignite.internal.binary.BinaryMetadata
 
typeName() - Method in class org.apache.ignite.internal.binary.BinaryTypeImpl
Gets binary type name.
typeName(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
typeName(String) - Method in class org.apache.ignite.binary.BinaryBasicNameMapper
Gets type clsName.
typeName(String) - Method in interface org.apache.ignite.binary.BinaryNameMapper
Gets type clsName.

U

unmarshal(byte[], ClassLoader) - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
unmarshal(byte[], ClassLoader) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Unmarshals object from byte array using given class loader.
unmarshal(byte[], ClassLoader) - Method in interface org.apache.ignite.marshaller.Marshaller
Unmarshals object from byte array using given class loader.
unmarshal(byte[], ClassLoader) - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
 
unmarshal(int) - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
 
unmarshal(InputStream, ClassLoader) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Unmarshals object from the input stream using given class loader.
unmarshal(InputStream, ClassLoader) - Method in interface org.apache.ignite.marshaller.Marshaller
Unmarshals object from the input stream using given class loader.
unmarshal(BinaryInputStream) - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
unmarshal0(byte[], ClassLoader) - Method in class org.apache.ignite.internal.binary.BinaryMarshaller
Unmarshals object from byte array using given class loader.
unmarshal0(byte[], ClassLoader) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Unmarshals object from byte array using given class loader.
unmarshal0(InputStream, ClassLoader) - Method in class org.apache.ignite.internal.binary.BinaryMarshaller
Unmarshals object from the input stream using given class loader.
unmarshal0(InputStream, ClassLoader) - Method in class org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller
Unmarshals object from the input stream using given class loader.
unmarshalField(int) - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
 
unmarshalField(String) - Method in interface org.apache.ignite.internal.binary.BinaryReaderEx
 
unmarshallJdbc(byte, BinaryReaderEx, boolean, boolean) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Unmarshall JDBC supported type.
unregisterBinarySchemas() - Method in class org.apache.ignite.internal.binary.BinaryContext
Unregister all binary schemas.
UNREGISTERED_TYPE_ID - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
UnregisteredBinaryTypeException - Exception in org.apache.ignite.internal
Exception thrown during serialization if binary metadata isn't registered and it's registration isn't allowed.
UnregisteredBinaryTypeException(int, BinaryMetadata) - Constructor for exception org.apache.ignite.internal.UnregisteredBinaryTypeException
 
UnregisteredBinaryTypeException(int, IgniteInternalFuture<?>) - Constructor for exception org.apache.ignite.internal.UnregisteredBinaryTypeException
 
unregisterUserTypeDescriptors() - Method in class org.apache.ignite.internal.binary.BinaryContext
Unregisters the user types descriptors.
unsafeEnsure(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Ensure capacity for unsafe writes.
unsafePosition(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Set position in unsafe mode.
unsafeWriteBoolean(boolean) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write boolean in unsafe mode.
unsafeWriteByte(byte) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write byte in unsafe mode.
unsafeWriteChar(char) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write char in unsafe mode.
unsafeWriteDouble(double) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write double in unsafe mode.
unsafeWriteFloat(float) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write float in unsafe mode.
unsafeWriteInt(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write int in unsafe mode.
unsafeWriteInt(int, int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write int in unsafe mode.
unsafeWriteLong(long) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write long in unsafe mode.
unsafeWriteShort(int, short) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write short in unsafe mode.
unsafeWriteShort(short) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write short in unsafe mode.
unwrapBinariesIfNeeded(CacheObjectValueContext, Collection<?>, boolean) - Static method in class org.apache.ignite.internal.processors.cache.CacheObjectUtils
 
unwrapBinary(BinaryInputStream, Class<?>) - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
unwrapBinary(CacheObjectValueContext, Object, boolean, boolean, ClassLoader) - Static method in class org.apache.ignite.internal.processors.cache.CacheObjectUtils
Unwraps an object for end user.
unwrapBinaryIfNeeded(CacheObjectValueContext, Object, boolean, boolean, ClassLoader) - Static method in class org.apache.ignite.internal.processors.cache.CacheObjectUtils
 
unwrapBinaryIfNeeded(CacheObjectValueContext, CacheObject, boolean, boolean) - Static method in class org.apache.ignite.internal.processors.cache.CacheObjectUtils
 
unwrapFuncForSizeCalc() - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
unwrapTemporary(Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
updateMetadata(int, BinaryMetadata, boolean) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
updateMetaIfNeeded(BinaryWriterEx, BinaryType, int, String, String, Map<String, BinaryFieldMetadata>) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
USE_CACHE - Static variable in class org.apache.ignite.marshaller.Marshallers
Flag whether class caching should be used by the current thread.
USE_DFLT_SUID - Static variable in class org.apache.ignite.marshaller.Marshallers
Use default serialVersionUID for Serializable classes.
USE_STR_SERIALIZATION_VER_2 - Static variable in class org.apache.ignite.internal.binary.BinaryUtils
 
useBinaryArrays() - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
USER_COL - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
USER_SET - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
userTypeName(String) - Method in class org.apache.ignite.internal.binary.BinaryContext
 
UUID - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 
UUID_ARR - Static variable in class org.apache.ignite.internal.binary.GridBinaryMarshaller
 

V

validateEnumValues(String, Map<String, Integer>) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Checks enum values mapping.
value(BinaryObject) - Method in interface org.apache.ignite.binary.BinaryField
Get field's value from the given object.
value(CacheObjectValueContext, boolean) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
value(CacheObjectValueContext, boolean, ClassLoader) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
Deserializes a value from an internal representation.
valueBytes(CacheObjectValueContext) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
valueBytesLength(CacheObjectValueContext) - Method in interface org.apache.ignite.internal.processors.cache.CacheObject
 
valueOf(String) - Static method in enum org.apache.ignite.platform.PlatformType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.ignite.platform.PlatformType
Returns an array containing the constants of this enum type, in the order they are declared.
VM_ID - Static variable in class org.apache.ignite.lang.IgniteUuid
VM ID.
vmId() - Static method in class org.apache.ignite.lang.IgniteUuid
Gets UUID associated with local VM.

W

waitMetadataWriteIfNeeded(int) - Method in interface org.apache.ignite.internal.processors.cache.CacheObjectValueContext
Forces caller thread to wait for binary metadata write operation for given type ID.
wrap(BinaryContext) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
Wrap metadata into binary type.
write(byte[], int, int) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Writes a sub array of bytes.
write(byte[], int, int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write byte array.
write(long, int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write data from unmanaged memory.
writeBinary(Object, BinaryWriter) - Method in class org.apache.ignite.binary.BinaryReflectiveSerializer
Writes fields to provided writer.
writeBinary(Object, BinaryWriter) - Method in interface org.apache.ignite.binary.BinarySerializer
Writes fields to provided writer.
writeBinary(BinaryWriter) - Method in interface org.apache.ignite.binary.Binarylizable
Writes fields to provided writer.
writeBinary(BinaryWriter) - Method in class org.apache.ignite.lang.IgniteUuid
Writes fields to provided writer.
writeBinaryArray(BinaryArray) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeBinaryEnum(BinaryObjectEx) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeBinaryObject(BinaryObjectEx) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeBoolean(boolean) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeBoolean(boolean) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write boolean value.
writeBoolean(String, boolean) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeBooleanArray(@org.jetbrains.annotations.Nullable boolean[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeBooleanArray(boolean[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write boolean array.
writeBooleanArray(String, @org.jetbrains.annotations.Nullable boolean[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeBooleanFieldPrimitive(boolean) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeByte(byte) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeByte(byte) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write byte value.
writeByte(String, byte) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeByteArray(@org.jetbrains.annotations.Nullable byte[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeByteArray(byte[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write byte array.
writeByteArray(byte[], int, int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write byte array.
writeByteArray(InputStream, int) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Write byte array from the InputStream.
writeByteArray(String, @org.jetbrains.annotations.Nullable byte[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeByteFieldPrimitive(byte) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeChar(char) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeChar(char) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write char value.
writeChar(String, char) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeCharArray(@org.jetbrains.annotations.Nullable char[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeCharArray(char[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write char array.
writeCharArray(String, @org.jetbrains.annotations.Nullable char[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeCharFieldPrimitive(char) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeClass(Class) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeCollection(Collection<T>) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeCollection(String, Collection<T>) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeDate(Date) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeDate(String, Date) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeDateArray(Date[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeDateArray(String, Date[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeDecimal(BigDecimal) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeDecimal(String, BigDecimal) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeDecimalArray(BigDecimal[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeDecimalArray(String, BigDecimal[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeDouble(double) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeDouble(double) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write double value.
writeDouble(String, double) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeDoubleArray(@org.jetbrains.annotations.Nullable double[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeDoubleArray(double[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write double array.
writeDoubleArray(String, @org.jetbrains.annotations.Nullable double[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeDoubleFieldPrimitive(double) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeEnum(String, T) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeEnum(T) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeEnumArray(String, T[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeEnumArray(T[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeExternal(ObjectOutput) - Method in class org.apache.ignite.internal.binary.BinaryFieldMetadata
writeExternal(ObjectOutput) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
writeExternal(ObjectOutput) - Method in class org.apache.ignite.internal.binary.BinarySchema
writeExternal(ObjectOutput) - Method in class org.apache.ignite.lang.IgniteUuid
writeField(Object, BinaryFieldDescriptor) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Write field.
writeFieldId(int) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Write field ID.
writeFloat(float) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeFloat(float) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write float value.
writeFloat(String, float) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeFloatArray(@org.jetbrains.annotations.Nullable float[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeFloatArray(float[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write float array.
writeFloatArray(String, @org.jetbrains.annotations.Nullable float[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeFloatFieldPrimitive(float) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeInt(int) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeInt(int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write int value.
writeInt(int, int) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
Write int value at the specific position.
writeInt(int, int) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write int value to the given position.
writeInt(String, int) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeIntArray(@org.jetbrains.annotations.Nullable int[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeIntArray(int[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write int array.
writeIntArray(String, @org.jetbrains.annotations.Nullable int[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeIntFieldPrimitive(int) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeLong(long) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeLong(long) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write long value.
writeLong(String, long) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeLongArray(@org.jetbrains.annotations.Nullable long[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeLongArray(long[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write long array.
writeLongArray(String, @org.jetbrains.annotations.Nullable long[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeLongFieldPrimitive(long) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeMap(Map<K, V>) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeMap(String, Map<K, V>) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeObject(Object) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeObject(String, Object) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeObjectArray(Object[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeObjectArray(String, Object[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeObjectDetached(Object) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writePlainObject(BinaryWriterEx, Object) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
Write value with flag. e.g. writePlainObject(writer, (byte)77) will write two byte: {BYTE, 77}.
writeProxy(Proxy, Class<?>[]) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writer(BinaryContext, boolean, int) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
writer(BinaryContext, boolean, int) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
writer(BinaryContext, BinaryOutputStream) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
writer(BinaryContext, BinaryOutputStream) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
writer(BinaryContext, BinaryOutputStream, BinaryWriterSchemaHolder) - Method in interface org.apache.ignite.internal.binary.BinariesFactory
 
writer(BinaryContext, BinaryOutputStream, BinaryWriterSchemaHolder) - Static method in class org.apache.ignite.internal.binary.BinaryUtils
 
writer(BinaryOutputStream) - Method in class org.apache.ignite.internal.binary.GridBinaryMarshaller
Gets writer for the given output stream.
writeShort(int, short) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write short value at the given position.
writeShort(short) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeShort(short) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write short value.
writeShort(String, short) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeShortArray(@org.jetbrains.annotations.Nullable short[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeShortArray(short[]) - Method in interface org.apache.ignite.internal.binary.streams.BinaryOutputStream
Write short array.
writeShortArray(String, @org.jetbrains.annotations.Nullable short[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeShortFieldPrimitive(short) - Method in interface org.apache.ignite.internal.binary.BinaryWriterEx
 
writeString(String) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeString(String, String) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeStringArray(String[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeStringArray(String, String[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeTime(Time) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeTime(String, Time) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeTimeArray(Time[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeTimeArray(String, Time[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeTimestamp(Timestamp) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeTimestamp(String, Timestamp) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeTimestampArray(Timestamp[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeTimestampArray(String, Timestamp[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeTo(DataOutput) - Method in class org.apache.ignite.internal.binary.BinaryFieldMetadata
The object implements the writeTo method to save its contents by calling the methods of DataOutput for its primitive values and strings or calling the writeTo method for other objects.
writeTo(DataOutput) - Method in class org.apache.ignite.internal.binary.BinaryMetadata
The object implements the writeTo method to save its contents by calling the methods of DataOutput for its primitive values and strings or calling the writeTo method for other objects.
writeTo(DataOutput) - Method in class org.apache.ignite.internal.binary.BinarySchema
The object implements the writeTo method to save its contents by calling the methods of DataOutput for its primitive values and strings or calling the writeTo method for other objects.
writeUuid(UUID) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeUuid(String, UUID) - Method in interface org.apache.ignite.binary.BinaryWriter
 
writeUuidArray(UUID[]) - Method in interface org.apache.ignite.binary.BinaryRawWriter
 
writeUuidArray(String, UUID[]) - Method in interface org.apache.ignite.binary.BinaryWriter
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages