Class AbstractIracLocalSiteInterceptor

    • Constructor Detail

      • AbstractIracLocalSiteInterceptor

        public AbstractIracLocalSiteInterceptor()
    • Method Detail

      • isNormalWriteCommand

        protected static boolean isNormalWriteCommand​(WriteCommand command)
      • getOwnership

        protected Ownership getOwnership​(int segment)
      • getDistributionInfo

        protected DistributionInfo getDistributionInfo​(int segment)
      • isWriteOwner

        protected boolean isWriteOwner​(org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor.StreamData data)
      • isPrimaryOwner

        protected boolean isPrimaryOwner​(org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor.StreamData data)
      • setMetadataToCacheEntry

        protected void setMetadataToCacheEntry​(CacheEntry<?,​?> entry,
                                               IracMetadata metadata)
      • setIracMetadata

        protected final void setIracMetadata​(CacheEntry<?,​?> entry,
                                             IracMetadata metadata)
      • streamKeysFromModifications

        protected Stream<org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor.StreamData> streamKeysFromModifications​(WriteCommand[] mods)
      • streamKeysFromModifications

        protected Stream<org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor.StreamData> streamKeysFromModifications​(Stream<WriteCommand> modsStream)
      • streamKeysFromCommand

        protected Stream<org.infinispan.interceptors.impl.AbstractIracLocalSiteInterceptor.StreamData> streamKeysFromCommand​(WriteCommand command)