Uses of Interface
com.gigaspaces.server.ServerEntry
Packages that use ServerEntry
Package
Description
Provides classes and interfaces encapsulating space entries indexes.
Provides classes and interfaces representing server-side entities.
-
Uses of ServerEntry in com.gigaspaces.internal.cluster.node.impl.view
Classes in com.gigaspaces.internal.cluster.node.impl.view that implement ServerEntry -
Uses of ServerEntry in com.gigaspaces.internal.metadata
Methods in com.gigaspaces.internal.metadata with parameters of type ServerEntryModifier and TypeMethodDescriptionSpaceCollectionIndex.getIndexValue(ServerEntry entry) SpaceCollectionIndex.getIndexValueForTemplate(ServerEntry entry) -
Uses of ServerEntry in com.gigaspaces.internal.query
Methods in com.gigaspaces.internal.query that return ServerEntryMethods in com.gigaspaces.internal.query with parameters of type ServerEntryModifier and TypeMethodDescriptionprotected voidAbstractCompundCustomQuery.handleConvertingException(ConvertingException e, ICustomQuery subQuery, ServerEntry entry) voidAbstractCustomQuery.matchConvertingExceptionHandler(ServerEntry entry, String propertyName, ConvertingException e) abstract booleanAbstractCustomQuery.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanCompoundAndCustomQuery.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanCompoundContainsItemsCustomQuery.matches(CacheManager cacheManager, ServerEntry entry, Object collectionItem) booleanCompoundContainsItemsCustomQuery.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanCompoundOrCustomQuery.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanCustomSpaceQuery.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanIContainsItemsCustomQuery.matches(CacheManager cacheManager, ServerEntry entry, Object collectionItem) booleanICustomQuery.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) Checks whether the specified entry matches this query.booleanPropertiesQuery.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) -
Uses of ServerEntry in com.gigaspaces.internal.query.predicate
Methods in com.gigaspaces.internal.query.predicate that return types with arguments of type ServerEntryModifier and TypeMethodDescriptionstatic ValueGetterSpacePredicate<ServerEntry>SpacePredicates.path(String path, ISpacePredicate predicate) Creates a predicate to get a property value and test it with another predicate.static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathAll(String path, ISpacePredicate... predicates) Shortcut for path(path, all(predicates)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathAnd(String path, ISpacePredicate leftPredicate, ISpacePredicate rightPredicate) Shortcut for path(path, and(leftPredicate, rightPredicate)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathAny(String path, ISpacePredicate... predicates) Shortcut for path(path, any(predicates)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathBetween(String path, Comparable<?> low, Comparable<?> high) Shortcut for path(path, between(low, high)).static ValueGetterSpacePredicate<ServerEntry>Shortcut for path(path, equal(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathGreater(String path, Comparable<?> value) Shortcut for path(path, greater(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathGreaterEqual(String path, Comparable<?> value) Shortcut for path(path, greaterEqual(value)).static ValueGetterSpacePredicate<ServerEntry>Shortcut for path(path, in(values)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathLess(String path, Comparable<?> value) Shortcut for path(path, less(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathLessEqual(String path, Comparable<?> value) Shortcut for path(path, lessEqual(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathNot(String path, ISpacePredicate predicate) Shortcut for path(path, not(predicate)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathNotEqual(String path, Object value) Shortcut for path(path, notEqual(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathNotNull(String path) Shortcut for path(path, isNotNull()).static ValueGetterSpacePredicate<ServerEntry>Shortcut for path(path, isNull()).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathOr(String path, ISpacePredicate leftPredicate, ISpacePredicate rightPredicate) Shortcut for path(path, or(leftPredicate, rightPredicate)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.pathXor(String path, ISpacePredicate leftPredicate, ISpacePredicate rightPredicate) Shortcut for path(path, xor(leftPredicate, rightPredicate)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.property(String propertyName, ISpacePredicate predicate) Creates a predicate to get a property value and test it with another predicate.static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyAll(String propertyName, ISpacePredicate... predicates) Shortcut for property(propertyName, all(predicates)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyAnd(String propertyName, ISpacePredicate leftPredicate, ISpacePredicate rightPredicate) Shortcut for property(propertyName, and(leftPredicate, rightPredicate)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyAny(String propertyName, ISpacePredicate... predicates) Shortcut for property(propertyName, any(predicates)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyBetween(String propertyName, Comparable<?> low, Comparable<?> high) Shortcut for property(propertyName, between(low, high)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyEqual(String propertyName, Object value) Shortcut for property(propertyName, equal(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyGreater(String propertyName, Comparable<?> value) Shortcut for property(propertyName, greater(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyGreaterEqual(String propertyName, Comparable<?> value) Shortcut for property(propertyName, greaterEqual(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyIn(String propertyName, Object... values) Shortcut for property(propertyName, in(values)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyLess(String propertyName, Comparable<?> value) Shortcut for property(propertyName, less(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyLessEqual(String propertyName, Comparable<?> value) Shortcut for property(propertyName, lessEqual(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyNot(String propertyName, ISpacePredicate predicate) Shortcut for property(propertyName, not(predicate)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyNotEqual(String propertyName, Object value) Shortcut for property(propertyName, notEqual(value)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyNotNull(String propertyName) Shortcut for property(propertyName, isNotNull()).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyNull(String propertyName) Shortcut for property(propertyName, isNull()).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyOr(String propertyName, ISpacePredicate leftPredicate, ISpacePredicate rightPredicate) Shortcut for property(propertyName, or(leftPredicate, rightPredicate)).static ValueGetterSpacePredicate<ServerEntry>SpacePredicates.propertyXor(String propertyName, ISpacePredicate leftPredicate, ISpacePredicate rightPredicate) Shortcut for property(propertyName, xor(leftPredicate, rightPredicate)). -
Uses of ServerEntry in com.gigaspaces.internal.query.valuegetter
Methods in com.gigaspaces.internal.query.valuegetter with parameters of type ServerEntryModifier and TypeMethodDescriptionbooleanSpaceEntryCompoundIndexGetter.anyNullSegment(ServerEntry entry) SpaceEntryCollectionValuesExtractor.getValue(ServerEntry target) SpaceEntryCompoundIndexGetter.getValue(ServerEntry target) SpaceEntryPathGetter.getValue(ServerEntry target) SpaceEntryPropertyGetter.getValue(ServerEntry target) -
Uses of ServerEntry in com.gigaspaces.internal.server.storage
Subinterfaces of ServerEntry in com.gigaspaces.internal.server.storageModifier and TypeInterfaceDescriptioninterfaceinterfaceAbstraction for getting and setting fields values on an entry.interfaceContains all the data (mutable) fields of the entry.Classes in com.gigaspaces.internal.server.storage that implement ServerEntryModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassHelper class for optimizing scanning entry data.Methods in com.gigaspaces.internal.server.storage with parameters of type ServerEntryModifier and TypeMethodDescriptionbooleanTemplateEntryData.match(Context cacheContext, CacheManager cacheManager, ServerEntry entry, int skipAlreadyMatchedFixedPropertyIndex, String skipAlreadyMatchedIndexPath, RegexCache regexCache) booleanTemplateEntryData.match(Context cacheContext, CacheManager cacheManager, ServerEntry entry, int skipAlreadyMatchedFixedPropertyIndex, String skipAlreadyMatchedIndexPath, RegexCache regexCache, int rightIndex) -
Uses of ServerEntry in com.gigaspaces.metadata.index
Fields in com.gigaspaces.metadata.index with type parameters of type ServerEntryModifier and TypeFieldDescriptionprotected ISpaceValueGetter<ServerEntry>CustomIndex._indexValueGetterMethods in com.gigaspaces.metadata.index with parameters of type ServerEntryModifier and TypeMethodDescriptionCompoundIndex.getIndexValue(ServerEntry entry) CustomIndex.getIndexValue(ServerEntry entry) ISpaceIndex.getIndexValue(ServerEntry entry) SpacePathIndex.getIndexValue(ServerEntry entry) SpacePropertyIndex.getIndexValue(ServerEntry entry) CompoundIndex.getIndexValueForTemplate(ServerEntry entry) CustomIndex.getIndexValueForTemplate(ServerEntry entry) ISpaceIndex.getIndexValueForTemplate(ServerEntry entry) SpacePathIndex.getIndexValueForTemplate(ServerEntry entry) SpacePropertyIndex.getIndexValueForTemplate(ServerEntry entry) protected ObjectAbstractSpaceIndex.getIndexValueFromCustomIndex(ServerEntry entry) This method is used by custom indexes (custom, path & collection).abstract ObjectAbstractCompoundIndexSegment.getSegmentValue(ServerEntry entry) ISpaceCompoundIndexSegment.getSegmentValue(ServerEntry entry) PathCompoundIndexSegment.getSegmentValue(ServerEntry entry) PropertyCompoundIndexSegment.getSegmentValue(ServerEntry entry) AbstractCompoundIndexSegment.getSegmentValueForTemplate(ServerEntry entry) ISpaceCompoundIndexSegment.getSegmentValueForTemplate(ServerEntry entry) Constructor parameters in com.gigaspaces.metadata.index with type arguments of type ServerEntryModifierConstructorDescriptionCustomIndex(String indexName, ISpaceValueGetter<ServerEntry> indexValueGetter, boolean isUnique, SpaceIndexType indexType) -
Uses of ServerEntry in com.gigaspaces.query.aggregators
Methods in com.gigaspaces.query.aggregators that return ServerEntryModifier and TypeMethodDescriptionabstract ServerEntrySpaceEntriesAggregatorContext.getServerEntry() -
Uses of ServerEntry in com.gigaspaces.server
Subinterfaces of ServerEntry in com.gigaspaces.serverModifier and TypeInterfaceDescriptioninterfaceRepresents a mutable server entryinterface -
Uses of ServerEntry in com.gigaspaces.server.eviction
Subinterfaces of ServerEntry in com.gigaspaces.server.evictionModifier and TypeInterfaceDescriptioninterfaceEncapsulates information about a server entry. -
Uses of ServerEntry in com.j_spaces.core.cache
Subinterfaces of ServerEntry in com.j_spaces.core.cacheClasses in com.j_spaces.core.cache that implement ServerEntryModifier and TypeClassDescriptionclassclassclassMethods in com.j_spaces.core.cache with parameters of type ServerEntryModifier and TypeMethodDescriptionCompoundCustomTypeDataIndex.getCompoundIndexValueForTemplate(ServerEntry entry) TypeDataIndex.getCompoundIndexValueForTemplate(ServerEntry entry) CompoundCustomTypeDataIndex.getIndexValue(ServerEntry entry) CustomTypeDataIndex.getIndexValue(ServerEntry entry) TypeDataIndex.getIndexValue(ServerEntry entry) CompoundCustomTypeDataIndex.getIndexValueForTemplate(ServerEntry entry) CustomTypeDataIndex.getIndexValueForTemplate(ServerEntry entry) TypeDataIndex.getIndexValueForTemplate(ServerEntry entry) Constructors in com.j_spaces.core.cache with parameters of type ServerEntryModifierConstructorDescriptionCompoundIndexValueHolder(ISpaceCompoundIndexSegment[] segments, ServerEntry entry) SimpleCompoundIndexValueHolder(ISpaceCompoundIndexSegment[] segments, ServerEntry entry) -
Uses of ServerEntry in com.j_spaces.core.cache.blobStore
Classes in com.j_spaces.core.cache.blobStore that implement ServerEntryModifier and TypeClassDescriptionclassThe resident part of entry that resides blob-store -
Uses of ServerEntry in com.j_spaces.core.cache.mvcc
Classes in com.j_spaces.core.cache.mvcc that implement ServerEntry -
Uses of ServerEntry in com.j_spaces.jdbc.builder.range
Methods in com.j_spaces.jdbc.builder.range with parameters of type ServerEntryModifier and TypeMethodDescriptionbooleanContainsCompositeRange.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanContainsItemValueRange.matches(CacheManager cacheManager, ServerEntry entry, Object collectionItem) booleanContainsItemValueRange.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanContainsValueRange.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanEmptyRange.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanRange.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath) booleanUidsRange.matches(CacheManager cacheManager, ServerEntry entry, String skipAlreadyMatchedIndexPath)