Uses of Interface
com.gigaspaces.internal.transport.IEntryPacket
Packages that use IEntryPacket
Package
Description
Provides classes to configure SpaceIterator.
Provides GigaSpaces DataSource implementation.
Provides Space properties and security context services
Provides GigaSpaces client interface services
Provides GigaSpaces filter plug-in interfaces.
Provides GigaSpaces JDBC interfaces
-
Uses of IEntryPacket in com.gigaspaces.client.iterator
Methods in com.gigaspaces.client.iterator that return IEntryPacketModifier and TypeMethodDescriptionCursorEntryPacketIterator.next()SpaceEntryPacketIterator.next()Methods in com.gigaspaces.client.iterator that return types with arguments of type IEntryPacket -
Uses of IEntryPacket in com.gigaspaces.client.iterator.internal
Methods in com.gigaspaces.client.iterator.internal that return types with arguments of type IEntryPacketModifier and TypeMethodDescriptionISpaceIteratorAggregatorPartitionResult.getEntries()SpaceIteratorAggregatorPartitionResult.getEntries()SpaceIteratorResult.getEntries()Method parameters in com.gigaspaces.client.iterator.internal with type arguments of type IEntryPacketModifier and TypeMethodDescriptionvoidSpaceIteratorAggregatorPartitionResult.setEntries(List<IEntryPacket> entries) -
Uses of IEntryPacket in com.gigaspaces.client.iterator.internal.tiered_storage
Methods in com.gigaspaces.client.iterator.internal.tiered_storage that return types with arguments of type IEntryPacketModifier and TypeMethodDescriptionTieredSpaceIteratorAggregatorPartitionResult.getEntries()TieredSpaceIteratorResult.getEntries()Method parameters in com.gigaspaces.client.iterator.internal.tiered_storage with type arguments of type IEntryPacketModifier and TypeMethodDescriptionvoidTieredSpaceIteratorAggregatorPartitionResult.setEntries(List<IEntryPacket> entries) -
Uses of IEntryPacket in com.gigaspaces.datasource
Constructors in com.gigaspaces.datasource with parameters of type IEntryPacketModifierConstructorDescriptionDataSourceIdQueryImpl(ITypeDesc typeDescriptor, IEntryPacket entryPacket, SQLQueryBuilder queryBuilder, Class<?> dataClass, EntryAdapter entryAdapter) Constructor parameters in com.gigaspaces.datasource with type arguments of type IEntryPacketModifierConstructorDescriptionDataSourceIdsQueryImpl(ITypeDesc typeDescriptor, Object[] ids, IEntryHolder[] templates, SQLQueryBuilder queryBuilder, Class<?> dataClass, IDataConverter<IEntryPacket> converter) -
Uses of IEntryPacket in com.gigaspaces.internal.client
Methods in com.gigaspaces.internal.client with parameters of type IEntryPacketModifier and TypeMethodDescriptionstatic QueryResultTypeInternalQueryResultTypeInternal.getUpdateResultType(IEntryPacket packet) -
Uses of IEntryPacket in com.gigaspaces.internal.client.cache.localcache
Methods in com.gigaspaces.internal.client.cache.localcache with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidLocalCache.addToCache(IEntryPacket entry, int updateModifiers, long readUpdateTime) voidLocalCache.updateCache(IEntryPacket updatedPacket, Object objectToUpdateWith, Transaction txn, long lease, int updateModifiers, long updateTime) voidLocalCache.updateCache(IEntryPacket updatedPacket, Transaction transaction, long lease, int updateModifiers, long updateTime) -
Uses of IEntryPacket in com.gigaspaces.internal.client.cache.localview.notification
Methods in com.gigaspaces.internal.client.cache.localview.notification with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidNotificationLocalViewListener.onExisting(IEntryPacket entry) -
Uses of IEntryPacket in com.gigaspaces.internal.client.cache.localview.replication
Methods in com.gigaspaces.internal.client.cache.localview.replication with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidLocalViewReplicationEntryLeaseEventHandler.inEntryLeaseExpired(IReplicationInContext context, IEntryPacket entryPacket) voidLocalViewReplicationEntryEventHandler.removeEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) voidLocalViewReplicationEntryEventHandler.updateEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry, IEntryPacket previousPacket, boolean partialUpdate, boolean overrideVersion) voidLocalViewReplicationEntryEventHandler.writeEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) -
Uses of IEntryPacket in com.gigaspaces.internal.client.spaceproxy.actioninfo
Fields in com.gigaspaces.internal.client.spaceproxy.actioninfo declared as IEntryPacketModifier and TypeFieldDescriptionfinal IEntryPacketWriteProxyActionInfo.entryPacketfinal IEntryPacket[]WriteMultipleProxyActionInfo.entryPacketsMethods in com.gigaspaces.internal.client.spaceproxy.actioninfo that return IEntryPacketModifier and TypeMethodDescriptionprotected IEntryPacketCommonProxyActionInfo.toEntryPacket(ISpaceProxy spaceProxy, Object entry, ObjectType objectType) Methods in com.gigaspaces.internal.client.spaceproxy.actioninfo with parameters of type IEntryPacketModifier and TypeMethodDescriptionReadTakeProxyActionInfo.convertQueryResult(ISpaceProxy spaceProxy, IEntryPacket result, AbstractProjectionTemplate projectionTemplate) Object[]ReadTakeMultipleProxyActionInfo.convertQueryResults(ISpaceProxy spaceProxy, IEntryPacket[] results, AbstractProjectionTemplate projectionTemplate) Object[]ReadTakeByIdsProxyActionInfo.convertResults(ISpaceProxy spaceProxy, IEntryPacket[] results, boolean returnPackets, AbstractProjectionTemplate projectionTemplate) -
Uses of IEntryPacket in com.gigaspaces.internal.client.spaceproxy.metadata
Methods in com.gigaspaces.internal.client.spaceproxy.metadata that return IEntryPacketModifier and TypeMethodDescriptionISpaceProxyTypeManager.getEntryPacketFromObject(Object object, ObjectType objectType) SpaceProxyTypeManager.getEntryPacketFromObject(Object object, ObjectType objectType) Methods in com.gigaspaces.internal.client.spaceproxy.metadata with parameters of type IEntryPacketModifier and TypeMethodDescriptionISpaceProxyTypeManager.convertQueryResult(IEntryPacket result, ITemplatePacket query, boolean returnEntryPacket) ISpaceProxyTypeManager.convertQueryResult(IEntryPacket result, ITemplatePacket query, boolean returnEntryPacket, AbstractProjectionTemplate projectionTemplate) SpaceProxyTypeManager.convertQueryResult(IEntryPacket resultPacket, ITemplatePacket queryPacket, boolean returnEntryPacket) SpaceProxyTypeManager.convertQueryResult(IEntryPacket resultPacket, ITemplatePacket queryPacket, boolean returnEntryPacket, AbstractProjectionTemplate projectionTemplate) Object[]ISpaceProxyTypeManager.convertQueryResults(IEntryPacket[] results, ITemplatePacket query, boolean returnEntryPacket, AbstractProjectionTemplate projectionTemplate) Object[]SpaceProxyTypeManager.convertQueryResults(IEntryPacket[] resultPackets, ITemplatePacket query, boolean returnEntryPacket, AbstractProjectionTemplate projectionTemplate) LeaseContext<?>ISpaceProxyTypeManager.convertWriteOrUpdateResult(LeaseContext<?> result, Object entry, IEntryPacket entryPacket, int modifiers) LeaseContext<?>SpaceProxyTypeManager.convertWriteOrUpdateResult(LeaseContext<?> lease, Object entry, IEntryPacket entryPacekt, int modifiers) LeaseContext<?>ISpaceProxyTypeManager.convertWriteResult(Object entry, IEntryPacket entryPacket, LeaseContext<?> writeResult) LeaseContext<?>SpaceProxyTypeManager.convertWriteResult(Object entry, IEntryPacket entryPacket, LeaseContext<?> lease) ISpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket, QueryResultTypeInternal resultType, boolean returnPacket) ISpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket, QueryResultTypeInternal resultType, boolean returnPacket, StorageTypeDeserialization storageTypeDeserialization, AbstractProjectionTemplate projectionTemplate) ISpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket, QueryResultTypeInternal resultType, boolean returnPacket, AbstractProjectionTemplate projectionTemplate) SpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket, QueryResultTypeInternal resultType, boolean returnPacket) SpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket, QueryResultTypeInternal resultType, boolean returnPacket, StorageTypeDeserialization storageTypeDeserialization, AbstractProjectionTemplate projectionTemplate) SpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket, QueryResultTypeInternal resultType, boolean returnPacket, AbstractProjectionTemplate projectionTemplate) LeaseContext<?>ISpaceProxyTypeManager.processWriteResult(WriteEntryResult writeResult, Object entry, IEntryPacket entryPacket) LeaseContext<?>SpaceProxyTypeManager.processWriteResult(WriteEntryResult writeResult, Object entry, IEntryPacket entryPacket) -
Uses of IEntryPacket in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return IEntryPacketModifier and TypeMethodDescriptionWriteEntriesSpaceOperationRequest.getEntriesPackets()ReadTakeEntrySpaceOperationResult.getEntryPacket()WriteEntrySpaceOperationRequest.getEntryPacket()ReadTakeEntriesByIdsSpaceOperationResult.getEntryPackets()ReadTakeEntriesSpaceOperationResult.getEntryPackets()ReadTakeEntriesSpaceOperationRequest.getFinalResult()ReadTakeEntrySpaceOperationRequest.getFinalResult()Methods in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidReadTakeEntrySpaceOperationResult.setEntryPacket(IEntryPacket entry) voidReadTakeEntriesByIdsSpaceOperationResult.setEntryPackets(IEntryPacket[] entryPackets) voidReadTakeEntriesSpaceOperationResult.setEntryPackets(IEntryPacket[] entryPackets) Constructors in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type IEntryPacketModifierConstructorDescriptionReadTakeEntriesSpaceOperationResult(IEntryPacket[] entries) ReadTakeEntriesSpaceOperationResult(IEntryPacket[] entries, Exception ex) WriteEntriesSpaceOperationRequest(ISpaceProxyTypeManager typeManager, Object[] entries, IEntryPacket[] entriesPackets, Transaction txn, long lease, long[] leases, long timeout, int modifiers, boolean broadcast) WriteEntrySpaceOperationRequest(IEntryPacket entryPacket, Transaction txn, long lease, long timeout, int modifiers, boolean isUpdate) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.handlers
Methods in com.gigaspaces.internal.cluster.node.handlers with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidIReplicationInEntryLeaseCancelledHandler.inCancelEntryLease(IReplicationInContext context, IEntryPacket entryPacket) voidIReplicationInEntryLeaseExpiredHandler.inEntryLeaseExpired(IReplicationInContext context, IEntryPacket entryPacket) voidAbstractReplicationEntryEventHandler.inRemoveEntry(IReplicationInContext context, IEntryPacket entry) voidIReplicationInEntryHandler.inRemoveEntry(IReplicationInContext context, IEntryPacket entryPacket) voidAbstractReplicationEntryEventHandler.inUpdateEntry(IReplicationInContext context, IEntryPacket entry, IEntryPacket oldEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) voidIReplicationInEntryHandler.inUpdateEntry(IReplicationInContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) voidAbstractReplicationEntryEventHandler.inWriteEntry(IReplicationInContext context, IEntryPacket entry) voidIReplicationInEntryHandler.inWriteEntry(IReplicationInContext context, IEntryPacket entryPacket) abstract voidAbstractReplicationEntryEventHandler.removeEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) abstract voidAbstractReplicationEntryEventHandler.updateEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry, IEntryPacket previousPacket, boolean partialUpdate, boolean overrideVersion) abstract voidAbstractReplicationEntryEventHandler.writeEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl
Methods in com.gigaspaces.internal.cluster.node.impl with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidReplicationNodeInFacade.inCancelEntryLease(IReplicationInContext context, IEntryPacket entryPacket) voidReplicationNodeInFacade.inEntryLeaseExpired(IReplicationInContext context, IEntryPacket entryPacket) voidReplicationNodeInFacade.inRemoveEntry(IReplicationInContext context, IEntryPacket entryPacket) voidReplicationNodeInFacade.inUpdateEntry(IReplicationInContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) voidReplicationNodeInFacade.inWriteEntry(IReplicationInContext context, IEntryPacket entryPacket) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type IEntryPacketModifier and TypeMethodDescriptionprotected voidAbstractLocalClusterReplicationInHandler.handleRemoveEntry(IEntryPacket entryPacket, IReplicationInBatchContext batchContext) protected voidAbstractLocalClusterReplicationInHandler.handleUpdateEntry(IEntryPacket entryPacket, IEntryPacket oldEntryPacket, IReplicationInBatchContext batchContext, boolean partialUpdate) protected voidAbstractLocalClusterReplicationInHandler.handleWriteEntry(IEntryPacket entryPacket, IReplicationInBatchContext batchContext) voidLocalClusterReplicationEntryLeaseEventHandler.inCancelEntryLease(IReplicationInContext context, IEntryPacket entryPacket) voidLocalClusterReplicationInEntryHandler.inRemoveEntry(IReplicationInContext context, IEntryPacket entryPacket) voidLocalClusterReplicationInEntryHandler.inUpdateEntry(IReplicationInContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) voidLocalClusterReplicationInEntryHandler.inWriteEntry(IReplicationInContext context, IEntryPacket entryPacket) voidLocalClusterReplicationInTransactionHandler.removeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) voidLocalClusterReplicationInTransactionHandler.updateEntry(IReplicationInBatchContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, short flags) voidLocalClusterReplicationFixFacade.write(IEntryPacket entryPacket) voidLocalCLusterReplicationReplicaConsumeFacade.write(IEntryPacket entryPacket, IMarker evictionMarker, SpaceCopyReplicaParameters.ReplicaType replicaType) voidLocalClusterReplicationInTransactionHandler.writeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) Constructors in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type IEntryPacketModifierConstructorDescriptionAbstractLocalClusterWriteOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) LocalClusterPartialUpdateOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) LocalClusterRemoveOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) LocalClusterUpdateOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) LocalClusterWriteOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.handlers
Methods in com.gigaspaces.internal.cluster.node.impl.handlers with parameters of type IEntryPacketModifier and TypeMethodDescriptionprotected ExtendedAnswerHolderAbstractSpaceReplicationEntryEventHandler.executeUpdateOperation(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit, int updateModifiers) protected ExtendedAnswerHolderPrimaryBackupSpaceReplicationEvictionProtectionEntryEventHandler.executeUpdateOperation(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit, int updateModifiers) voidReplicationInExceptionHandler.handleEntryAlreadyInSpaceOnWrite(IReplicationInContext context, IEntryPacket entryPacket) voidReplicationInExceptionHandler.handleEntryLockedByTransactionOnTake(org.slf4j.Logger logger, IEntryPacket entryPacket) voidReplicationInExceptionHandler.handleEntryLockedByTransactionOnUpdate(org.slf4j.Logger logger, IEntryPacket entryPacket) voidReplicationInExceptionHandler.handleEntryNotInSpaceOnTake(org.slf4j.Logger logger, IEntryPacket entryPacket) voidReplicationInExceptionHandler.handleEntryNotInSpaceOnUpdate(org.slf4j.Logger logger, IEntryPacket entryPacket, EntryNotInSpaceException ex) voidReplicationInExceptionHandler.handleEntryVersionConflictOnTake(org.slf4j.Logger logger, IEntryPacket entryPacket, EntryVersionConflictException ex) voidReplicationInExceptionHandler.handleEntryVersionConflictOnUpdate(org.slf4j.Logger logger, IEntryPacket entryPacket, EntryVersionConflictException ex) voidReplicationInExceptionHandler.handleEntryVersionConflictOnUpdate(org.slf4j.Logger logger, IEntryPacket entryPacket, EntryVersionConflictException ex, LogLevel logLevel) voidSpaceReplicationEntryLeaseEventHandler.inCancelEntryLease(IReplicationInContext context, IEntryPacket entryPacket) voidSpaceReplicationEntryLeaseEventHandler.inEntryLeaseExpired(IReplicationInContext context, IEntryPacket entryPacket) voidAbstractSpaceReplicationEntryEventHandler.removeEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) voidSpaceReplicationTransactionEventHandler.removeEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) protected abstract booleanAbstractSpaceReplicationEntryEventHandler.shouldUpdateEntryInSpace(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) protected booleanActiveActiveSpaceReplicationEntryEventHandler.shouldUpdateEntryInSpace(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) protected booleanPrimaryBackupSpaceReplicationEntryEventHandler.shouldUpdateEntryInSpace(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) voidAbstractSpaceReplicationEntryEventHandler.updateEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion) voidSpaceReplicationTransactionEventHandler.updateEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry, IEntryPacket previousEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) protected voidAbstractSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected voidBlobstorePrimaryBackupSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected voidPrimaryBackupSpaceReplicationEntryEventHandler.updateEntryInSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, IEntryPacket previousEntry, boolean partialUpdate, boolean overrideVersion, long lease, boolean twoPhaseCommit) protected abstract ExtendedAnswerHolderAbstractSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction txn, IEntryPacket entry, long lease, int modifiers) protected ExtendedAnswerHolderActiveActiveSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction transaction, IEntryPacket entryPacket, long lease, int updateModifiers) protected ExtendedAnswerHolderPrimaryBackupSpaceReplicationEntryEventHandler.updateOrWrite(IReplicationInContext context, Transaction transaction, IEntryPacket entryPacket, long lease, int updateModifiers) voidAbstractSpaceReplicationEntryEventHandler.writeEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) voidSpaceReplicationTransactionEventHandler.writeEntry(IReplicationInContext context, Transaction txn, boolean twoPhaseCommit, IEntryPacket entry) protected voidAbstractSpaceReplicationEntryEventHandler.writeEntryIntoSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, long lease, boolean twoPhaseCommit) protected voidBlobstorePrimaryBackupSpaceReplicationEntryEventHandler.writeEntryIntoSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, long lease, boolean twoPhaseCommit) protected voidPrimaryBackupSpaceReplicationEntryEventHandler.writeEntryIntoSpace(IReplicationInContext context, Transaction txn, IEntryPacket entry, long lease, boolean twoPhaseCommit) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.notification
Methods in com.gigaspaces.internal.cluster.node.impl.notification with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidNotificationReplicationDataConsumeFixFacade.write(IEntryPacket entryPacket) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.packets.data
Methods in com.gigaspaces.internal.cluster.node.impl.packets.data with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidITransactionalBatchExecutionCallback.removeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) voidITransactionalExecutionCallback.removeEntry(IReplicationInContext context, Transaction transaction, boolean twoPhaseCommit, IEntryPacket entryPacket) voidITransactionalBatchExecutionCallback.updateEntry(IReplicationInBatchContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, short flags) voidITransactionalExecutionCallback.updateEntry(IReplicationInContext context, Transaction transaction, boolean twoPhaseCommit, IEntryPacket entryPacket, IEntryPacket previousEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) voidIDataConsumeFixFacade.write(IEntryPacket entryPacket) voidSpaceEngineFixFacade.write(IEntryPacket entryPacket) voidITransactionalBatchExecutionCallback.writeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) voidITransactionalExecutionCallback.writeEntry(IReplicationInContext context, Transaction transaction, boolean twoPhaseCommit, IEntryPacket entryPacket) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.packets.data.errors
Constructors in com.gigaspaces.internal.cluster.node.impl.packets.data.errors with parameters of type IEntryPacket -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.packets.data.filters
Constructors in com.gigaspaces.internal.cluster.node.impl.packets.data.filters with parameters of type IEntryPacketModifierConstructorDescriptionNotifyReplicationFilterEntryDataWrapper(AbstractReplicationPacketSingleEntryData data, IEntryPacket entryPacket, ITypeDesc typeDesc, int objectType, NotifyInfo notifyInfo) ReplicationFilterEntryDataWrapper(AbstractReplicationPacketSingleEntryData data, IEntryPacket entryPacket, ITypeDesc typeDesc, ReplicationOperationType operationType, int objectType) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.packets.data.operations
Methods in com.gigaspaces.internal.cluster.node.impl.packets.data.operations that return IEntryPacketModifier and TypeMethodDescriptionSingleReplicationPacketData.getEntryPacket()UpdateReplicationPacketData.getPreviousEntryPacket()Methods in com.gigaspaces.internal.cluster.node.impl.packets.data.operations with parameters of type IEntryPacketModifier and TypeMethodDescriptionSingleReplicationPacketData.cloneWithEntryPacket(IEntryPacket entryPacket) Constructors in com.gigaspaces.internal.cluster.node.impl.packets.data.operations with parameters of type IEntryPacketModifierConstructorDescriptionCancelLeaseFullReplicationPacketData(IEntryPacket entry, boolean fromGateway) EntryLeaseExpiredFullReplicationPacketData(IEntryPacket entry, boolean fromGateway) PartialUpdateReplicationPacketData(IEntryPacket entry, boolean fromGateway, boolean overrideVersion, IEntryData previousEntryData, long expertaionTime, IEntryData currentEntryData) RemoveReplicationPacketData(IEntryPacket entry, boolean fromGateway, IEntryData entryData, boolean fullEntryPacket) RemoveReplicationPacketData(IEntryPacket entry, boolean fromGateway, IEntryData entryData, boolean fullEntryPacket, boolean backupOnly) SingleReplicationPacketData(IEntryPacket entry, boolean fromGateway) UpdateReplicationPacketData(IEntryPacket entry, boolean fromGateway, boolean overrideVersion, IEntryData previousEntryData, short flags, long expirationTime, IEntryData currentEntryData) WriteReplicationPacketData(IEntryPacket entry, boolean fromGateway, long expirationTime) WriteReplicationPacketData(IEntryPacket entry, boolean fromGateway, long expirationTime, boolean backupOnly) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.replica
Methods in com.gigaspaces.internal.cluster.node.impl.replica with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidISpaceReplicaConsumeFacade.write(IEntryPacket entryPacket, IMarker evictionMarker, SpaceCopyReplicaParameters.ReplicaType replicaType) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.replica.data
Methods in com.gigaspaces.internal.cluster.node.impl.replica.data that return IEntryPacketMethods in com.gigaspaces.internal.cluster.node.impl.replica.data with parameters of type IEntryPacketModifier and TypeMethodDescriptionprotected ITypeDescAbstractReplicaData.getTypeDescriptor(SpaceTypeManager spaceTypeManager, IEntryPacket entryPacket) voidAbstractEntryReplicaData.setEntryPacket(IEntryPacket _entryPacket) Constructors in com.gigaspaces.internal.cluster.node.impl.replica.data with parameters of type IEntryPacketModifierConstructorDescriptionAbstractEntryReplicaData(IEntryPacket entryPacket) DirectPersistencyEntryReplicaData(IEntryPacket entryPacket) EntryCopyReplicaData(IEntryPacket entryPacket) EntrySynchronizeReplicaData(IEntryPacket entryPacket, IMarker marker) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.replica.data.filters
Constructors in com.gigaspaces.internal.cluster.node.impl.replica.data.filters with parameters of type IEntryPacketModifierConstructorDescriptionReplicationFilterEntryReplicaDataWrapper(IEntryPacket entryPacket, ITypeDesc typeDesc) -
Uses of IEntryPacket in com.gigaspaces.internal.cluster.node.impl.view
Constructors in com.gigaspaces.internal.cluster.node.impl.view with parameters of type IEntryPacket -
Uses of IEntryPacket in com.gigaspaces.internal.document
Methods in com.gigaspaces.internal.document with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidDocumentObjectConverterInternal.convertNonPrimitivePropertiesToDocuments(IEntryPacket entryPacket) voidDocumentObjectConverterInternal.convertNonPrimitivePropertiesToStrings(IEntryPacket entryPacket) -
Uses of IEntryPacket in com.gigaspaces.internal.events.durable
Methods in com.gigaspaces.internal.events.durable with parameters of type IEntryPacketModifier and TypeMethodDescriptionprotected EntryArrivedRemoteEventAbstractReplicationNotificationInEntryHandler.createEntryArrivedRemoteEvent(IEntryPacket entryPacket, IEntryPacket oldEntryPacket, NotifyActionType notifyActionType) voidAbstractReplicationNotificationInEntryHandler.handleEntryLeaseExpired(IReplicationInContext context, boolean inTransaction, IEntryPacket entryPacket) voidAbstractReplicationNotificationInEntryHandler.handleRemoveEntry(IReplicationInContext context, boolean inTransaction, IEntryPacket entryPacket) voidAbstractReplicationNotificationInEntryHandler.handleUpdateEntry(IReplicationInContext context, boolean inTransaction, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) voidAbstractReplicationNotificationInEntryHandler.handleWriteEntry(IReplicationInContext context, boolean inTransaction, IEntryPacket entryPacket) voidAbstractReplicationNotificationInEntryHandler.inEntryLeaseExpired(IReplicationInContext context, IEntryPacket entryPacket) voidAbstractReplicationNotificationInEntryHandler.inRemoveEntry(IReplicationInContext context, IEntryPacket entryPacket) voidAbstractReplicationNotificationInEntryHandler.inUpdateEntry(IReplicationInContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) voidAbstractReplicationNotificationInEntryHandler.inWriteEntry(IReplicationInContext context, IEntryPacket entryPacket) voidReplicationNotificationInTransactionEntryHandler.removeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) voidReplicationNotificationInTransactionEntryHandler.updateEntry(IReplicationInBatchContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, short flags) voidReplicationNotificationInTransactionEntryHandler.writeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) -
Uses of IEntryPacket in com.gigaspaces.internal.io
Methods in com.gigaspaces.internal.io that return IEntryPacketModifier and TypeMethodDescriptionstatic IEntryPacket[]IOUtils.readEntryPacketArray(ObjectInput in) -
Uses of IEntryPacket in com.gigaspaces.internal.metadata
Methods in com.gigaspaces.internal.metadata with parameters of type IEntryPacketModifier and TypeMethodDescriptionAbstractTypeIntrospector.getPathValue(IEntryPacket entryPacket, String path) ITypeIntrospector.getPathValue(IEntryPacket entryPacket, String path) AbstractTypeIntrospector.toObject(IEntryPacket packet) AbstractTypeIntrospector.toObject(IEntryPacket packet, StorageTypeDeserialization storageTypeDeserialization) ExternalEntryIntrospector.toObject(IEntryPacket packet, StorageTypeDeserialization storageTypeDeserialization) ITypeIntrospector.toObject(IEntryPacket packet) ITypeIntrospector.toObject(IEntryPacket packet, StorageTypeDeserialization storageTypeDeserialization) -
Uses of IEntryPacket in com.gigaspaces.internal.query.continous
Methods in com.gigaspaces.internal.query.continous with parameters of type IEntryPacket -
Uses of IEntryPacket in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return IEntryPacketModifier and TypeMethodDescriptionReadByIdsContext.getResults()BatchQueryOperationContext.processReturnedValueForBatchOperation(ITemplateHolder template) SpaceImpl.readByIds(ITemplatePacket template, Transaction txn, boolean take, SpaceContext spaceContext, int modifiers) SpaceImpl.readMultiple(ITemplatePacket template, Transaction txn, boolean take, int maxEntries, SpaceContext sc, boolean returnOnlyUid, int modifiers) Methods in com.gigaspaces.internal.server.space that return types with arguments of type IEntryPacketModifier and TypeMethodDescriptionprotected List<IEntryPacket>BatchQueryOperationContext.createResultList(ITemplatePacket template, int maxEntries) Create a list that will accumulate the batch operation results.BatchQueryOperationContext.getResults()Methods in com.gigaspaces.internal.server.space with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidBatchQueryOperationContext.addResult(IEntryPacket result) static voidSpaceImpl.applyEntryPacketOutFilter(IEntryPacket entryPacket, int modifiers, AbstractProjectionTemplate projectionTemplate) booleanSpaceEngine.isNoWriteLease(IEntryPacket entryPacket, int modifiers, boolean fromReplication) SpaceEngine.newAdaptUpdateMultiple(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, long timeout, int modifiers) SpaceEngine.newUpdateMultiple(IEntryPacket[] entries, Transaction txn, long[] leases, SpaceContext sc, long timeout, int operationModifiers) perform update of multiple entries.SpaceEngine.oldAdaptUpdateMultiple(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, int modifiers, boolean newRouter) SpaceEngine.update(IEntryPacket updated_entry, Transaction txn, long lease, long timeout, SpaceContext sc, boolean fromReplication, boolean origin, boolean newRouter, int modifiers) perform an update operation- make it atomic NOTE- returnonlyUID is ignoredSpaceEngine.update(IEntryPacket updated_entry, Transaction txn, long lease, long timeout, SpaceContext sc, boolean fromReplication, boolean origin, boolean newRouter, int modifiers, MultipleIdsContext multipleIdsContext) SpaceImpl.update(IEntryPacket entry, Transaction txn, long lease, long timeout, SpaceContext sc, int modifiers, boolean newRouter) Object[]SpaceEngine.updateMultiple(IEntryPacket[] entries, Transaction txn, long[] leases, SpaceContext sc, int operationModifiers, boolean newRouter) perform update of multiple entries.SpaceEngine.write(IEntryPacket[] entryPackets, Transaction txn, long lease, long[] leases, int modifiers, SpaceContext sc, long timeout, boolean newRouter) Creates IEntryHolder objects from the specified entry packets and inserts them into all relevant engine tables.SpaceEngine.write(IEntryPacket entryPacket, Transaction txn, long lease, int modifiers, boolean fromReplication, boolean origin, SpaceContext sc) Creates an IEntryHolder object from the specified entry packet and inserts it into all relevant engine tables.voidSpaceEngineReplicaConsumerFacade.write(IEntryPacket entryPacket, IMarker evictionMarker, SpaceCopyReplicaParameters.ReplicaType replicaType) voidSpaceEngineReplicaDirectPersistencySyncConsumerFacade.write(IEntryPacket entryPacket, IMarker evictionMarker, SpaceCopyReplicaParameters.ReplicaType replicaType) SpaceImpl.write(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, long timeout, int modifiers, boolean newRouter) SpaceImpl.write(IEntryPacket entry, Transaction txn, long lease, int modifiers, boolean fromReplication, SpaceContext sc) LeaseContext<?>[]SpaceImpl.writeOld(IEntryPacket[] entries, Transaction txn, long lease, long[] leases, SpaceContext sc, int modifiers) Method parameters in com.gigaspaces.internal.server.space with type arguments of type IEntryPacketModifier and TypeMethodDescriptionprotected voidBatchQueryOperationContext.setResults(List<IEntryPacket> _results) Constructors in com.gigaspaces.internal.server.space with parameters of type IEntryPacketModifierConstructorDescriptionUpdateMultipleContext(ITemplateHolder concentratingTemplate, IEntryPacket[] entries, long[] leases, int operationModifiers, long timeout, SpaceEngine engine, XtnEntry xtnEntry) UpdateOrWriteMultipleContext(ITemplateHolder concentratingTemplate, IEntryPacket[] entries, long[] leases, int operationModifiers, long timeout, SpaceEngine engine, XtnEntry xtnEntry) -
Uses of IEntryPacket in com.gigaspaces.internal.server.space.broadcast_table
Methods in com.gigaspaces.internal.server.space.broadcast_table with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidBroadcastTableHandler.pushEntries(IEntryPacket[] entryPackets, long lease, long[] leases, long timeout, int modifiers) voidBroadcastTableHandler.pushEntry(IEntryPacket entryPacket, long lease, boolean isUpdate, long timeout, int modifiers) -
Uses of IEntryPacket in com.gigaspaces.internal.server.space.iterator
Methods in com.gigaspaces.internal.server.space.iterator that return IEntryPacketMethods in com.gigaspaces.internal.server.space.iterator with parameters of type IEntryPacketModifier and TypeMethodDescriptionServerIteratorInfo.setStoredEntryPacketsBatch(IEntryPacket[] storedEntryPacketsBatch) -
Uses of IEntryPacket in com.gigaspaces.internal.server.space.operations
Methods in com.gigaspaces.internal.server.space.operations that return IEntryPacketMethods in com.gigaspaces.internal.server.space.operations with parameters of type IEntryPacketConstructors in com.gigaspaces.internal.server.space.operations with parameters of type IEntryPacket -
Uses of IEntryPacket in com.gigaspaces.internal.server.space.repartitioning
Methods in com.gigaspaces.internal.server.space.repartitioning that return types with arguments of type IEntryPacket -
Uses of IEntryPacket in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return IEntryPacketModifier and TypeMethodDescriptionITemplateHolder.getUpdateOperationEntry()TemplateHolder.getUpdateOperationEntry()Methods in com.gigaspaces.internal.server.storage with parameters of type IEntryPacketModifier and TypeMethodDescriptionstatic IEntryHolderEntryHolderFactory.createEntryHolder(IServerTypeDesc typeDesc, IEntryPacket entryPacket, EntryDataType entryDataType) Used by DataAdaptor, the EntryHolder Ctor make sure the version is always bigger than 0.static IEntryHolderEntryHolderFactory.createEntryHolder(IServerTypeDesc typeDesc, IEntryPacket entryPacket, EntryDataType entryDataType, String uid, long expirationTime, XtnEntry xidOriginated, long scn, boolean blobStoreEntryHolder, boolean isMvcc) static IEntryHolderEntryHolderFactory.createEntryHolder(IServerTypeDesc typeDesc, IEntryPacket entryPacket, EntryDataType entryDataType, String uid, long expirationTime, XtnEntry xidOriginated, long scn, int versionID, boolean keepExpiration, boolean blobStoreEntryHolder, boolean isMvcc) static ITemplateHolderTemplateHolderFactory.createTemplateHolderForReplication(IServerTypeDesc typeDesc, IEntryPacket template, String uid, long expirationTime) Special builder method for reading object before replicatingstatic ITemplateHolderTemplateHolderFactory.createUpdateTemplateHolder(IServerTypeDesc typeDesc, IEntryPacket template, String uid, long expirationTime, XtnEntry xidOriginated, long SCN, IResponseContext respContext, int operationModifiers) Special builder method for update that uses TemplateHolder instead EntryHoldervoidITemplateHolder.setForAfterOperationFilter(int afterOpFilterCode, SpaceContext sc, FilterManager fm, IEntryPacket updateOperationEntry) voidTemplateHolder.setForAfterOperationFilter(int afterOpFilterCode, SpaceContext sc, FilterManager fm, IEntryPacket updateOperationEntry) Constructors in com.gigaspaces.internal.server.storage with parameters of type IEntryPacketModifierConstructorDescriptionTemplateHolder(IServerTypeDesc typeDesc, IEntryPacket packet, String uid, long expirationTime, XtnEntry xidOriginated, long scn, int templateOperation, IResponseContext respContext, int operationModifiers) -
Uses of IEntryPacket in com.gigaspaces.internal.space.requests
Methods in com.gigaspaces.internal.space.requests that return IEntryPacketModifier and TypeMethodDescriptionPushBroadcastTableEntrySpaceRequestInfo.getEntry()PushBroadcastTableEntriesSpaceRequestInfo.getEntryPackets()Constructors in com.gigaspaces.internal.space.requests with parameters of type IEntryPacketModifierConstructorDescriptionPushBroadcastTableEntriesSpaceRequestInfo(IEntryPacket[] entryPackets, long lease, long[] leases, long timeout, int modifiers) PushBroadcastTableEntrySpaceRequestInfo(IEntryPacket entryPacket, long lease, boolean isUpdate, long timeout, int modifiers) -
Uses of IEntryPacket in com.gigaspaces.internal.space.responses
Methods in com.gigaspaces.internal.space.responses that return IEntryPacketMethods in com.gigaspaces.internal.space.responses with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidBroadcastTableSpaceResponseInfo.setEntries(IEntryPacket[] newEntries) -
Uses of IEntryPacket in com.gigaspaces.internal.sync.hybrid
Constructors in com.gigaspaces.internal.sync.hybrid with parameters of type IEntryPacketModifierConstructorDescriptionSyncHybridOperationDetails(String spaceName, DataSyncOperationType dataSyncOperationType, IEntryPacket entryPacket) -
Uses of IEntryPacket in com.gigaspaces.internal.sync.mirror
Fields in com.gigaspaces.internal.sync.mirror declared as IEntryPacketFields in com.gigaspaces.internal.sync.mirror with type parameters of type IEntryPacketModifier and TypeFieldDescriptionprotected IDataConverter<IEntryPacket>MirrorBulkDataItem._converterMethods in com.gigaspaces.internal.sync.mirror that return IEntryPacketModifier and TypeMethodDescriptionMirrorBulkDataItem.toEntryPacket()MirrorChangeBulkDataItem.toEntryPacket()Methods in com.gigaspaces.internal.sync.mirror that return types with arguments of type IEntryPacketMethods in com.gigaspaces.internal.sync.mirror with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidMirrorReplicationInHandler.addRemoveEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) voidMirrorReplicationInHandler.addUpdateEntry(IReplicationInBatchContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate) voidMirrorReplicationInHandler.addWriteEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) voidMirrorReplicationInEntryHandler.inRemoveEntry(IReplicationInContext context, IEntryPacket entryPacket) voidMirrorReplicationInEntryHandler.inUpdateEntry(IReplicationInContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, boolean overrideVersion, short flags) voidMirrorReplicationInEntryHandler.inWriteEntry(IReplicationInContext context, IEntryPacket entryPacket) voidMirrorReplicationInHandler.removeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) voidMirrorReplicationInHandler.updateEntry(IReplicationInBatchContext context, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, boolean partialUpdate, short flags) voidMirrorFixFacade.write(IEntryPacket entryPacket) voidMirrorReplicationInHandler.writeEntry(IReplicationInBatchContext context, IEntryPacket entryPacket) Method parameters in com.gigaspaces.internal.sync.mirror with type arguments of type IEntryPacketModifier and TypeMethodDescriptionvoidMirrorBulkDataItem.setConverter(IDataConverter<IEntryPacket> converter) voidMirrorChangeBulkDataItem.setConverter(IDataConverter<IEntryPacket> converter) Constructors in com.gigaspaces.internal.sync.mirror with parameters of type IEntryPacketModifierConstructorDescriptionMirrorBulkDataItem(IEntryPacket dataPacket, short operation) PartialUpdateMirrorBulkItem(IEntryPacket dataPacket, short operation) -
Uses of IEntryPacket in com.gigaspaces.internal.transport
Subinterfaces of IEntryPacket in com.gigaspaces.internal.transportModifier and TypeInterfaceDescriptioninterfaceExtends IEntryPacket and provides an interface for templates.Classes in com.gigaspaces.internal.transport that implement IEntryPacketModifier and TypeClassDescriptionclassclassclassclassThis class represents a packet of information transmitted between a J-Space client and its J-Space server (and vice versa).classthe entry packet used to moveExternalizableobject from the proxy to the server.classImplementsITemplatePacketforExternalizableclasses.classclassclassPbsTemplatePacket defines the template object for Pbs layer.classThis class represents a packet of information transmitted between a J-Space client and its J-Space server .Methods in com.gigaspaces.internal.transport that return IEntryPacketModifier and TypeMethodDescriptionAbstractEntryPacket.clone()EntryPacket.clone()Returns a shallow copy of this EntryPacket instance.HybridEntryPacket.clone()Returns a shallow copy of this EntryPacket instance.IEntryPacket.clone()PbsEntryPacket.clone()static <T> IEntryPacketEntryPacketFactory.createFromObject(T entry, ITypeDesc typeDesc, EntryType entryType, boolean ignoreAutoGenerateUid) Creates an entry packet from an object.static IEntryPacketEntryPacketFactory.createFullPacket(IEntryData entryData, OperationID operationID, String uid, boolean isTransient, QueryResultTypeInternal queryResultType) static IEntryPacketEntryPacketFactory.createFullPacket(IEntryHolder entryHolder, ITemplateHolder template, String uid, long timeToLive, IEntryData entryData, OperationID operationId) static IEntryPacketEntryPacketFactory.createFullPacket(Context context, IEntryHolder entry, ITemplateHolder template) static IEntryPacketEntryPacketFactory.createFullPacket(Context context, IEntryHolder entry, ITemplateHolder template, IEntryData entryData) static IEntryPacketEntryPacketFactory.createFullPacket(Context context, IEntryHolder entry, ITemplateHolder template, String uid) static IEntryPacketEntryPacketFactory.createFullPacket(Context context, ITemplateHolder template, IEntryData entryData, String uid, boolean isTransient) static IEntryPacketEntryPacketFactory.createFullPacketForReplication(IEntryHolder entryHolder, ITemplateHolder template, String uid, long timeToLive) static IEntryPacketEntryPacketFactory.createFullPacketForReplication(IEntryHolder entryHolder, OperationID operationID) static IEntryPacketEntryPacketFactory.createPartialUpdatePacketForReplication(IEntryHolder entryHolder, OperationID operationID, boolean[] partialUpdatedValuesIndicators) static IEntryPacketEntryPacketFactory.createRemovePacketForPersistency(IEntryHolder entryHolder, OperationID operationID) Methods in com.gigaspaces.internal.transport with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidPathsProjectionHandler.applyDynamicPathsProjections(IEntryPacket entryPacket, Map<String, Object> projectedDynamicProperties) voidPathsProjectionHandler.applyFixedPathsProjections(IEntryPacket entryPacket, Object[] projectedValues) static ITemplatePacketTemplatePacketFactory.createFullPacket(IEntryPacket entryPacket) static ITemplatePacketTemplatePacketFactory.createFullPacket(IEntryPacket entryPacket, ITypeDesc typeDesc, boolean isTransient) voidAbstractProjectionTemplate.filterOutNonProjectionProperties(IEntryPacket entryPacket) given a bentry-packet perform projection on itvoidMutliProjectionByUids.filterOutNonProjectionProperties(IEntryPacket entryPacket) given a entry-packet perform projection on it -
Uses of IEntryPacket in com.gigaspaces.internal.transport.mvcc
Subinterfaces of IEntryPacket in com.gigaspaces.internal.transport.mvccModifier and TypeInterfaceDescriptioninterfaceImplemented by entry packet(s) not in the same hierarchy as IEntryHolder interface.Classes in com.gigaspaces.internal.transport.mvcc that implement IEntryPacketModifier and TypeClassDescriptionclassMVCC shell entry packet, built fromMVCCShellEntryCacheInfo, is intended for space recovery with enabled mvcc.Methods in com.gigaspaces.internal.transport.mvcc that return IEntryPacket -
Uses of IEntryPacket in com.j_spaces.core
Classes in com.j_spaces.core that implement IEntryPacketModifier and TypeClassDescriptionclassA base template packet for IdsQueryPacket and IdsMultiRoutingQueryPacket The template packet contains an IDs array.classRepresents an ExternalEntry as an IEntryPacketclassCreated by IntelliJ IDEA.classUsed for querying the space by a class + id.classA template packet used by readByIds operation.classA template packet used by readByIds operation.classclassUsed for querying the space by a uid / uids.Fields in com.j_spaces.core declared as IEntryPacketModifier and TypeFieldDescriptionAnswerPacket.m_EntryPacketfinal IEntryPacketUpdateOrWriteContext.packetMethods in com.j_spaces.core that return IEntryPacketMethods in com.j_spaces.core with parameters of type IEntryPacketModifier and TypeMethodDescriptionlongLeaseManager.getExpirationOnUpdateByLeaseOrByTimeRule(long lease, long startTime, IEntryPacket entry, boolean fromReplication) longLeaseManager.getExpirationOnWriteByLeaseOrByTimeRule(long lease, long startTime, IEntryPacket entry, boolean fromReplication) booleanLeaseManager.isReRegisterLeaseOnUpdate(long lease, IEntryPacket entry) voidAnswerHolder.setEntryPackets(IEntryPacket[] entryPackets) Constructors in com.j_spaces.core with parameters of type IEntryPacketModifierConstructorDescriptionAnswerPacket(IEntryPacket entryPacket) AnswerPacket(IEntryPacket entryPacket, WriteEntryResult writeResult) UpdateOrWriteContext(IEntryPacket packet, long lease, long timeout, Transaction tx, SpaceContext sc, int operationModifiers, boolean fromUpdateMultiple, boolean updateOperation, boolean fromWriteMultiple) UpdateOrWriteContext(IEntryPacket packet, long lease, long timeout, Transaction tx, SpaceContext sc, int operationModifiers, boolean fromUpdateMultiple, boolean updateOperation, boolean fromWriteMultiple, ITemplateHolder concentratingTemplate, int ordinalInMultipleIdsContext) -
Uses of IEntryPacket in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context with parameters of type IEntryPacketModifier and TypeMethodDescriptionvoidContext.cacheViewEntryDataIfNeeded(IEntryData entryData, IEntryPacket packet) voidContext.setOperationAnswer(ITemplateHolder template, IEntryPacket entryPacket, Exception ex) fills the template with the answer to be sent to the client. -
Uses of IEntryPacket in com.j_spaces.core.cache.mvcc
Constructors in com.j_spaces.core.cache.mvcc with parameters of type IEntryPacketModifierConstructorDescriptionMVCCEntryHolder(IServerTypeDesc typeDesc, String uid, long scn, IEntryPacket entryPacket, ITransactionalEntryData entryData) -
Uses of IEntryPacket in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return IEntryPacketModifier and TypeMethodDescriptionEntryArrivedRemoteEvent.getEntryPacket()Returns an internal GigaSpaces structure to send/receive entries from the space.static IEntryPacketRemoteEventAccessor.getEventContextPacket(EntryArrivedRemoteEvent theEvent) ReturnsRemoteEvententry context.Constructors in com.j_spaces.core.client with parameters of type IEntryPacketModifierConstructorDescriptionEntryArrivedRemoteEvent(IJSpace source, long eventID, long seqNum, MarshalledObject handback, IEntryPacket entryPacket, IEntryPacket oldEntryPacket, NotifyActionType notifyType, boolean fromReplication, String templateUID, QueryResultTypeInternal resultType) /** This constructor is reserved for internal usage only. -
Uses of IEntryPacket in com.j_spaces.core.client.sql
Methods in com.j_spaces.core.client.sql that return IEntryPacketModifier and TypeMethodDescriptionIQueryManager.readTake(ReadTakeProxyActionInfo actionInfo) QueryManager.readTake(ReadTakeProxyActionInfo actionInfo) IQueryManager.readTakeMultiple(ReadTakeMultipleProxyActionInfo actionInfo) QueryManager.readTakeMultiple(ReadTakeMultipleProxyActionInfo actionInfo) -
Uses of IEntryPacket in com.j_spaces.core.filters.entry
Fields in com.j_spaces.core.filters.entry declared as IEntryPacketModifier and TypeFieldDescriptionprotected final IEntryPacketSpaceUpdateFilterEntryImpl._entryPacketConstructors in com.j_spaces.core.filters.entry with parameters of type IEntryPacketModifierConstructorDescriptionSpaceAfterChangeFilterEntryImpl(ITemplateHolder templateHolder, IEntryPacket entryPacket, ITypeDesc typeDesc, Collection mutators) SpaceUpdateFilterEntryImpl(IEntryPacket entryPacket, ITypeDesc typeDesc) -
Uses of IEntryPacket in com.j_spaces.jdbc
Classes in com.j_spaces.jdbc that implement IEntryPacketModifier and TypeClassDescriptionclassThis class represents an entry that was constructed from a join between several tables.Methods in com.j_spaces.jdbc that return IEntryPacketMethods in com.j_spaces.jdbc that return types with arguments of type IEntryPacketModifier and TypeMethodDescriptionstatic IQueryResultSet<IEntryPacket>AggregationsUtil.aggregate(QueryTemplatePacket template, AggregationSet aggregationSet, IJSpace space, Transaction txn, int modifiers) Execute aggregation queryDeleteQuery.executeExclusiveReadLock(QueryTemplatePacket template, IJSpace space, Transaction txn, int max, int modifiers) ResponsePacket.getResultSet()ResponsePacket.iterator()Methods in com.j_spaces.jdbc with parameters of type IEntryPacketModifier and TypeMethodDescriptionFunctionCallColumn.getFieldValue(IEntryPacket entry) SelectColumn.getFieldValue(IEntryPacket entry) static ObjectSQLUtil.getFieldValue(IEntryPacket e, ITypeDesc typeDesc, String propertyName) static ObjectSQLUtil.getFieldValue(IEntryPacket entry, QueryColumnData columnData) voidResponsePacket.setResultArray(IEntryPacket[] resultArray) Method parameters in com.j_spaces.jdbc with type arguments of type IEntryPacketModifier and TypeMethodDescriptionprotected voidAbstractDMLQuery.filterByRownum(Collection<IEntryPacket> entries) voidResponsePacket.setResultSet(Collection<IEntryPacket> resultSet) Constructors in com.j_spaces.jdbc with parameters of type IEntryPacket -
Uses of IEntryPacket in com.j_spaces.jdbc.builder
Classes in com.j_spaces.jdbc.builder that implement IEntryPacketModifier and TypeClassDescriptionclassclassclassA wrapper for the SQLQuery - gives it a facade of ITemplatePacketclassRepresents query that is translated to several template packets The result is the union of all resultsMethods in com.j_spaces.jdbc.builder that return IEntryPacketMethods in com.j_spaces.jdbc.builder that return types with arguments of type IEntryPacketModifier and TypeMethodDescriptionQueryTemplatePacket.read(ISpaceProxy space, SQLQuery filter, Transaction txn, long timeout, int modifiers, boolean ifExists, int maxResults, int minEntriesToWaitFor) QueryTemplatePacket.read(ISpaceProxy space, AbstractDMLQuery query, Transaction txn, int modifiers, int maxResults) QueryTemplatePacket.readMultiple(ISpaceProxy space, SQLQuery filter, Transaction txn, int maxResults, int modifiers) QueryTemplatePacket.readMultiple(ISpaceProxy space, Transaction txn, int maxResults, int modifiers) QueryTemplatePacket.take(IJSpace space, Object routing, AbstractProjectionTemplate projectionTemplate, Transaction txn, long timeout, int modifiers, boolean ifExists, int maxResults, int minEntriesToWaitFor, QueryResultTypeInternal resultType) Methods in com.j_spaces.jdbc.builder with parameters of type IEntryPacketModifier and TypeMethodDescriptionprotected booleanQueryTemplatePacket.matches(IEntryPacket entryPacket) protected booleanUnionTemplatePacket.matches(IEntryPacket entryPacket) -
Uses of IEntryPacket in com.j_spaces.jdbc.executor
Methods in com.j_spaces.jdbc.executor that return IEntryPacketModifier and TypeMethodDescriptionAbstractQueryExecutor.aggregate(IQueryResultSet<IEntryPacket> entries) Execute SQL function that processes the result entries and calculates one value - sum,average,min,maxIQueryExecutor.aggregate(IQueryResultSet<IEntryPacket> entries) Execute SQL function that processes the result entries and calculates one value - sum,average,min,maxEntriesCursor.getCurrentEntry()HashedEntriesCursor.getCurrentEntry()ScanCursor.getCurrentEntry()Methods in com.j_spaces.jdbc.executor that return types with arguments of type IEntryPacketModifier and TypeMethodDescriptionCollocatedJoinedQueryExecutor.execute(ISpaceProxy space, Transaction txn, int readModifier, int max) IQueryExecutor.execute(ISpaceProxy space, Transaction txn, int modifiers, int max) JoinedQueryExecutor.execute(ISpaceProxy space, Transaction txn, int readModifier, int max) QueryExecutor.execute(ISpaceProxy space, Transaction txn, int readModifier, int max) protected IQueryResultSet<IEntryPacket>QueryExecutor.ExecutionTask.execute()AbstractQueryExecutor.executeTemplate(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int readModifier, int max) AbstractQueryExecutor.extractResults(ExpNode node) AbstractQueryExecutor.filterDistinctEntries(IQueryResultSet<IEntryPacket> entries) Removes duplicate entries from the result set.IQueryExecutor.filterDistinctEntries(IQueryResultSet<IEntryPacket> entries) Removes duplicate entries from the result set.AbstractQueryExecutor.getGroupByComparator(IQueryResultSet<IEntryPacket> queryResult, List<SelectColumn> groupColumns) JoinedQueryExecutor.getGroupByComparator(List<SelectColumn> groupColumns) protected HashMap<ExpNode,IQueryResultSet<IEntryPacket>> AbstractQueryExecutor.getIntermediateResults()HashedEntriesCursor.getMatch(ColumnNode matchCol, IEntryPacket expectedMatch) AbstractQueryExecutor.getOrderByComparator(IQueryResultSet<IEntryPacket> entries, List<OrderColumn> orderColumns) AbstractQueryExecutor.groupBy(IQueryResultSet<IEntryPacket> entries, List<SelectColumn> groupColumns) Group the results according to the group by clauseIQueryExecutor.groupBy(IQueryResultSet<IEntryPacket> entries, List<SelectColumn> groupColumns) Group the results according to the group by clauseIQueryExecutor.readAll(ISpaceProxy space, Transaction txn) protected IQueryResultSet<IEntryPacket>AbstractQueryExecutor.traverseExpressionTree(ExpNode root, ISpaceProxy space, Transaction txn, int readModifier, int max) Traverse the binary expression tree non-recursively using a custom stack The tree has to be traversed in postorder - the parent is traversed after its children.Methods in com.j_spaces.jdbc.executor with parameters of type IEntryPacketModifier and TypeMethodDescriptionintAbstractQueryExecutor.EntriesOrderByComparator.compare(IEntryPacket o1, IEntryPacket o2) HashedEntriesCursor.getMatch(ColumnNode matchCol, IEntryPacket expectedMatch) Method parameters in com.j_spaces.jdbc.executor with type arguments of type IEntryPacketModifier and TypeMethodDescriptionAbstractQueryExecutor.aggregate(IQueryResultSet<IEntryPacket> entries) Execute SQL function that processes the result entries and calculates one value - sum,average,min,maxIQueryExecutor.aggregate(IQueryResultSet<IEntryPacket> entries) Execute SQL function that processes the result entries and calculates one value - sum,average,min,maxAbstractQueryExecutor.avg(SelectColumn funcColumn, IQueryResultSet<IEntryPacket> entries) Calculate the average value of the given column for all entries .AbstractQueryExecutor.convertEntriesToResultArrays(IQueryResultSet<IEntryPacket> entries) Converts the list of ExternaEntries to 2 dimensional array that contains the values of the entries.IQueryExecutor.convertEntriesToResultArrays(IQueryResultSet<IEntryPacket> _entries) Converts the list of ExternaEntries to 2 dimensional array that contains the values of the entries.AbstractQueryExecutor.filterDistinctEntries(IQueryResultSet<IEntryPacket> entries) Removes duplicate entries from the result set.IQueryExecutor.filterDistinctEntries(IQueryResultSet<IEntryPacket> entries) Removes duplicate entries from the result set.AbstractQueryExecutor.getGroupByComparator(IQueryResultSet<IEntryPacket> queryResult, List<SelectColumn> groupColumns) AbstractQueryExecutor.getOrderByComparator(IQueryResultSet<IEntryPacket> entries, List<OrderColumn> orderColumns) AbstractQueryExecutor.groupBy(IQueryResultSet<IEntryPacket> entries, List<SelectColumn> groupColumns) Group the results according to the group by clauseIQueryExecutor.groupBy(IQueryResultSet<IEntryPacket> entries, List<SelectColumn> groupColumns) Group the results according to the group by clauseAbstractQueryExecutor.minMax(SelectColumn funcColumn, IQueryResultSet<IEntryPacket> entries, boolean isMax) Finds the minimum/maximum value of given columnvoidAbstractQueryExecutor.orderBy(IQueryResultSet<IEntryPacket> entries, List<OrderColumn> orderColumns) Order the results according to the order by clausevoidIQueryExecutor.orderBy(IQueryResultSet<IEntryPacket> entries, List<OrderColumn> orderColumns) Order the results according to the order by clausevoidAbstractQueryExecutor.setResults(ExpNode node, IQueryResultSet<IEntryPacket> results) AbstractQueryExecutor.sum(SelectColumn funcColumn, IQueryResultSet<IEntryPacket> entries) Calculate the sum value of the given column for all entriesConstructor parameters in com.j_spaces.jdbc.executor with type arguments of type IEntryPacketModifierConstructorDescriptionEntriesOrderByComparator(IQueryResultSet<IEntryPacket> queryResult, List<OrderColumn> orderColumns) ScanCursor(IQueryResultSet<IEntryPacket> tableEntries) -
Uses of IEntryPacket in com.j_spaces.jdbc.parser
Methods in com.j_spaces.jdbc.parser with parameters of type IEntryPacketMethod parameters in com.j_spaces.jdbc.parser with type arguments of type IEntryPacketModifier and TypeMethodDescriptionContainsNode.createIndex(QueryTableData table, IQueryResultSet<IEntryPacket> entries) EqualNode.createIndex(QueryTableData table, IQueryResultSet<IEntryPacket> entries) ExpNode.createIndex(QueryTableData queryTableData, IQueryResultSet<IEntryPacket> tableEntries) -
Uses of IEntryPacket in com.j_spaces.jdbc.query
Classes in com.j_spaces.jdbc.query with type parameters of type IEntryPacketMethods in com.j_spaces.jdbc.query that return IEntryPacketMethods in com.j_spaces.jdbc.query that return types with arguments of type IEntryPacketModifier and TypeMethodDescriptionQueryTableData.executeSubQuery(ISpaceProxy space, Transaction txn) ArrayListResult.intersect(IQueryResultSet<IEntryPacket> set) Return an intersection of this set and a given one.ArrayListResult.newResultSet()ArrayListResult.newResultSet(Collection<IEntryPacket> entries) JoinedQueryResult.newResultSet()JoinedQueryResult.newResultSet(Collection<IEntryPacket> entries) ProjectedResultSet.newResultSet()ProjectedResultSet.newResultSet(Collection<IEntryPacket> entries) ArrayListResult.union(IQueryResultSet<IEntryPacket> set) Return a union of this set and a given oneMethods in com.j_spaces.jdbc.query with parameters of type IEntryPacketModifier and TypeMethodDescriptionArrayListResult.getFieldValue(SelectColumn column, IEntryPacket entry) JoinedQueryResult.getFieldValue(SelectColumn column, IEntryPacket entryPacket) ProjectedResultSet.getFieldValue(SelectColumn column, IEntryPacket entryPacket) Method parameters in com.j_spaces.jdbc.query with type arguments of type IEntryPacketModifier and TypeMethodDescriptionArrayListResult.intersect(IQueryResultSet<IEntryPacket> set) Return an intersection of this set and a given one.ArrayListResult.newResultSet(Collection<IEntryPacket> entries) IQueryResultSet.newResultSet(Collection<IEntryPacket> entries) JoinedQueryResult.newResultSet(Collection<IEntryPacket> entries) ProjectedResultSet.newResultSet(Collection<IEntryPacket> entries) ArrayListResult.union(IQueryResultSet<IEntryPacket> set) Return a union of this set and a given oneConstructors in com.j_spaces.jdbc.query with parameters of type IEntryPacketModifierConstructorDescriptionArrayListResult(IEntryPacket entryPacket) ArrayListResult(IEntryPacket[] array) Constructor parameters in com.j_spaces.jdbc.query with type arguments of type IEntryPacketModifierConstructorDescriptionArrayListResult(Collection<IEntryPacket> entries) JoinedQueryResult(Collection<IEntryPacket> entries) ProjectedResultSet(Collection<IEntryPacket> entries) -
Uses of IEntryPacket in com.j_spaces.sadapter.datasource
Fields in com.j_spaces.sadapter.datasource with type parameters of type IEntryPacketModifier and TypeFieldDescriptionprotected IDataConverter<IEntryPacket>EntryAdapter._converterConverts the external entry to user defined objectsMethods in com.j_spaces.sadapter.datasource that return IEntryPacketModifier and TypeMethodDescriptionEntryAdapterIterator.next()Converts given object to IGSEntryConvert key value to entryEntryAdapter.toEntryPacket()InternalBulkItem.toEntryPacket()EntryPacketDataConverter.toInternal(Object obj) Methods in com.j_spaces.sadapter.datasource that return types with arguments of type IEntryPacketMethods in com.j_spaces.sadapter.datasource with parameters of type IEntryPacketModifier and TypeMethodDescriptionSQLQuery<?>DefaultSQLQueryBuilder.build(IEntryPacket entry, ITypeDesc typeDesc) SQLQuery<?>SQLQueryBuilder.build(IEntryPacket entryPacket, ITypeDesc typeDesc) Builds anSQLQueryfrom given entry packetEntryPacketDataConverter.toDocument(IEntryPacket entryPacket) EntryPacketDataConverter.toObject(IEntryPacket entryPacket) Method parameters in com.j_spaces.sadapter.datasource with type arguments of type IEntryPacketModifier and TypeMethodDescriptionvoidDataAdaptorIterator.add(Iterator<IEntryPacket> iterator) Appends the specified iterator to the end of this list.voidEntryAdapter.setConverter(IDataConverter<IEntryPacket> converter) voidInternalBulkItem.setConverter(IDataConverter<IEntryPacket> converter) Constructor parameters in com.j_spaces.sadapter.datasource with type arguments of type IEntryPacketModifierConstructorDescriptionBulkDataItem(IEntryHolder entryHolder, ITypeDesc typeDesc, short operation, IDataConverter<IEntryPacket> converter) Constructs aBulkDataItemout of IEntryHolder and TypeTableEntry.
Given converter is used for internal entry conversion.ChangeBulkDataItem(Map<String, Object> changedProperties, IEntryHolder entryHolder, ITypeDesc typeDesc, short operation, IDataConverter<IEntryPacket> converter) EntryAdapter(IEntryHolder entryHolder, ITypeDesc typeDesc, IDataConverter<IEntryPacket> converter) EntryAdapter(IDataConverter<IEntryPacket> converter) PartialUpdateBulkDataItem(IEntryHolder entryHolder, boolean[] partialUpdateValuesIndicators, ITypeDesc typeDesc, IDataConverter<IEntryPacket> converter)