Uses of Class
com.tangosol.util.Binary
-
Packages that use Binary Package Description com.oracle.coherence.common.base The base package provides a number of classes to complement those in the java.lang package.com.oracle.coherence.grpc Low-level utilities for Coherence gRPC server and client implementation.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.coherence.federation Contains Federation conflict resolution interfaces.com.tangosol.coherence.rest.io Contains classes related to REST marshalling.com.tangosol.coherence.rest.util Contains packages and classes related to the Coherence REST API utilities.com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.bdb Contains Sleepycat Berkeley DB BinaryStore implementation classes.com.tangosol.io.journal Contains classes related to the journaling services.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.io.pof Contains classes related to POF serialization and deserialization.com.tangosol.io.pof.reflect Contains classes related to POF stream navigation and manipulation.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence.com.tangosol.run.xml Contains classes providing basic XML related functionality.com.tangosol.util Contains various generic utilities. -
-
Uses of Binary in com.oracle.coherence.common.base
Methods in com.oracle.coherence.common.base that return Binary Modifier and Type Method Description static BinaryRandoms. getRandomBinary(int cbMin, int cbMax)Generates a random-length Binary within the length bounds provided whose contents are random bytes.static BinaryRandoms. getRandomBinary(int cbMin, int cbMax, byte... abHead)Generates a random-length Binary includingabHeadat the head of the Binary, in addition to random bytes within the length bounds provided. -
Uses of Binary in com.oracle.coherence.grpc
Fields in com.oracle.coherence.grpc with type parameters of type Binary Modifier and Type Field Description protected AsyncNamedCache<Binary,Binary>CacheRequestHolder. f_asyncNamedCacheTheAsyncNamedCachethat the request executes against.protected AsyncNamedCache<Binary,Binary>CacheRequestHolder. f_asyncNamedCacheTheAsyncNamedCachethat the request executes against.protected Converter<Object,Binary>RequestHolder.DownConverter. f_converterprotected Converter<Binary,Binary>RequestHolder. m_converterDownprotected Converter<Binary,Binary>RequestHolder. m_converterDownprotected Converter<Binary,Binary>CacheRequestHolder. m_converterKeyDownprotected Converter<Binary,Binary>CacheRequestHolder. m_converterKeyDownprotected Converter<Binary,Binary>RequestHolder. m_converterUpprotected Converter<Binary,Binary>RequestHolder. m_converterUpMethods in com.oracle.coherence.grpc that return Binary Modifier and Type Method Description BinaryRequestHolder.DownConverter. convert(Binary binary)BinaryRequestHolder.UpConverter. convert(Binary binary)BinaryRequestHolder. convertDown(com.google.protobuf.ByteString bytes)Convert theByteStringdata serialized in the request format to aBinaryserialized in the cache's serialization format.BinaryRequestHolder. convertDown(Binary binary)BinaryRequestHolder. convertDown(Supplier<com.google.protobuf.ByteString> supplier)Convert theByteStringdata serialized in the request format to aBinaryserialized in the cache's serialization format.BinaryCacheRequestHolder. convertKeyDown(com.google.protobuf.ByteString bytes)Convert theByteStringdata serialized in the request format to aBinarykey serialized in the cache's serialization format.BinaryCacheRequestHolder. convertKeyDown(Binary binary)BinaryRequestHolder. convertUp(Binary binary)static BinaryBinaryHelper. toBinary(com.google.protobuf.ByteString bytes)Convert aByteStringto aBinary.static BinaryBinaryHelper. toBinary(com.google.protobuf.BytesValue bytes)Convert aBytesValueto aBinary.static BinaryBinaryHelper. toBinaryKey(com.google.protobuf.ByteString bytes)static BinaryBinaryHelper. toBinaryKey(com.google.protobuf.BytesValue bytes)static BinaryBinaryHelper. toBinaryKey(Binary binary)Methods in com.oracle.coherence.grpc that return types with arguments of type Binary Modifier and Type Method Description Consumer<Binary>CacheRequestHolder. binaryConsumer(io.grpc.stub.StreamObserver<com.google.protobuf.BytesValue> observer)protected Converter<Object,Binary>CacheRequestHolder. createConverterDown()protected abstract Converter<Object,Binary>RequestHolder. createConverterDown()Converter<Binary,Binary>RequestHolder. ensureConverterDown()Converter<Binary,Binary>RequestHolder. ensureConverterDown()Converter<Binary,Binary>CacheRequestHolder. ensureConverterKeyDown()Converter<Binary,Binary>CacheRequestHolder. ensureConverterKeyDown()Converter<Binary,Binary>RequestHolder. ensureConverterUp()Converter<Binary,Binary>RequestHolder. ensureConverterUp()Consumer<Map.Entry<? extends Binary,? extends Binary>>CacheRequestHolder. entryConsumer(io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer)Consumer<Map.Entry<? extends Binary,? extends Binary>>CacheRequestHolder. entryConsumer(io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer)AsyncNamedCache<Binary,Binary>CacheRequestHolder. getAsyncCache()Obtain theAsyncNamedCachethat the request executes on.AsyncNamedCache<Binary,Binary>CacheRequestHolder. getAsyncCache()Obtain theAsyncNamedCachethat the request executes on.NamedCache<Binary,Binary>CacheRequestHolder. getCache()Obtain theNamedCachethat the request executes on.NamedCache<Binary,Binary>CacheRequestHolder. getCache()Obtain theNamedCachethat the request executes on.Methods in com.oracle.coherence.grpc with parameters of type Binary Modifier and Type Method Description BinaryRequestHolder.DownConverter. convert(Binary binary)BinaryRequestHolder.UpConverter. convert(Binary binary)BinaryRequestHolder. convertDown(Binary binary)BinaryCacheRequestHolder. convertKeyDown(Binary binary)BinaryRequestHolder. convertUp(Binary binary)<T> TRequestHolder. deserialize(Binary binary)Obtain the deserializedBinaryvalue using the cache's serializer.com.google.protobuf.BytesValueRequestHolder. deserializeToBytesValue(Binary binary)Convert theBinaryserialized in the cache's serialization format to aBytesValueserialized in the request's serialization format.static <T> TBinaryHelper. fromBinary(Binary binary, Serializer serializer)Deserialize a serializedBinary.<T> TRequestHolder. fromBinary(Binary binary)Obtain the value deserialized from the specifiedBinaryusing the cache's serializer.static BinaryBinaryHelper. toBinaryKey(Binary binary)static com.google.protobuf.ByteStringBinaryHelper. toByteString(Binary binary)Convert aBinaryto aByteString.com.google.protobuf.ByteStringRequestHolder. toByteString(Binary binary)Convert theBinaryserialized in the cache's serialization format to aByteStringserialized in the request's serialization format.static com.google.protobuf.BytesValueBinaryHelper. toBytesValue(Binary binary)Convert aBinaryto aBytesValue.com.google.protobuf.BytesValueRequestHolder. toBytesValue(Binary binary)Convert theBinaryserialized in the cache's serialization format to aBytesValueserialized in the request's serialization format.com.oracle.coherence.grpc.EntryRequestHolder. toEntry(Binary binKey, Binary binValue)com.oracle.coherence.grpc.OptionalValueRequestHolder. toOptionalValue(Binary binary)Method parameters in com.oracle.coherence.grpc with type arguments of type Binary Modifier and Type Method Description com.oracle.coherence.grpc.EntryResultRequestHolder. toEntryResult(Map.Entry<Binary,Binary> entry)com.oracle.coherence.grpc.EntryResultRequestHolder. toEntryResult(Map.Entry<Binary,Binary> entry)Constructor parameters in com.oracle.coherence.grpc with type arguments of type Binary Constructor Description CacheRequestHolder(Req request, AsyncNamedCache<Binary,Binary> cache, Supplier<NamedCache<?,?>> cacheSupplier, String sFormat, Serializer serializer, Executor executor)Create aCacheRequestHolder.CacheRequestHolder(Req request, AsyncNamedCache<Binary,Binary> cache, Supplier<NamedCache<?,?>> cacheSupplier, String sFormat, Serializer serializer, Executor executor)Create aCacheRequestHolder.DownConverter(Serializer serializer, Converter<Object,Binary> converter) -
Uses of Binary in com.oracle.coherence.grpc.proxy
Fields in com.oracle.coherence.grpc.proxy with type parameters of type Binary Modifier and Type Field Description protected Converter<Object,Binary>MapListenerProxy.KeyConverter. f_converterConverter to handle the conversion casesMapListenerProxy.KeyConverter.f_holderdoesn't cover.Methods in com.oracle.coherence.grpc.proxy that return Binary Modifier and Type Method Description BinaryMapListenerProxy.KeyConverter. convert(Object oKey)Methods in com.oracle.coherence.grpc.proxy that return types with arguments of type Binary Modifier and Type Method Description protected InvocableMap.EntryProcessor<Binary,Binary,Binary>NamedCacheServiceImpl. castProcessor(InvocableMap.EntryProcessor<Binary,Binary,?> ep)protected InvocableMap.EntryProcessor<Binary,Binary,Binary>NamedCacheServiceImpl. castProcessor(InvocableMap.EntryProcessor<Binary,Binary,?> ep)protected InvocableMap.EntryProcessor<Binary,Binary,Binary>NamedCacheServiceImpl. castProcessor(InvocableMap.EntryProcessor<Binary,Binary,?> ep)protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.ContainsEntryRequest,Binary>>NamedCacheServiceImpl. containsEntry(CacheRequestHolder<com.oracle.coherence.grpc.ContainsEntryRequest,Void> holder)Execute theContainsEntryRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of the contains entry request as a serialized Boolean.protected CompletionStage<List<Binary>>NamedCacheServiceImpl. convertKeys(CacheRequestHolder<com.oracle.coherence.grpc.GetAllRequest,Void> holder)Convert the keys for aGetAllRequestfrom the request's serialization format to the cache's serialization format.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.GetRequest,Binary>>NamedCacheServiceImpl. get(CacheRequestHolder<com.oracle.coherence.grpc.GetRequest,Void> holder)Execute theGetRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theGetRequestrequest as a serialized Boolean.protected CompletionStage<AsyncNamedCache<Binary,Binary>>NamedCacheServiceImpl. getAsyncCache(String scope, String cacheName)Obtain anAsyncNamedCache.protected CompletionStage<AsyncNamedCache<Binary,Binary>>NamedCacheServiceImpl. getAsyncCache(String scope, String cacheName)Obtain anAsyncNamedCache.protected NamedCache<Binary,Binary>NamedCacheServiceImpl. getCache(String sScope, String sCacheName, boolean fPassThru)Obtain anNamedCache.protected NamedCache<Binary,Binary>NamedCacheServiceImpl. getCache(String sScope, String sCacheName, boolean fPassThru)Obtain anNamedCache.protected NamedCache<Binary,Binary>NamedCacheServiceImpl. getPassThroughCache(String scope, String cacheName)Obtain anNamedCache.protected NamedCache<Binary,Binary>NamedCacheServiceImpl. getPassThroughCache(String scope, String cacheName)Obtain anNamedCache.protected CompletionStage<CacheRequestHolder<com.oracle.coherence.grpc.InvokeRequest,Binary>>NamedCacheServiceImpl. invoke(CacheRequestHolder<com.oracle.coherence.grpc.InvokeRequest,Void> holder)Execute theInvokeRequestrequest and return aCompletionStagethat will complete when theAsyncNamedCacherequest completes and will contain aCacheRequestHolderholding the result of theInvokeRequestrequest as a serialized Boolean.protected CompletableFuture<Binary>NamedCacheServiceImpl. remove(CacheRequestHolder<com.oracle.coherence.grpc.RemoveRequest,Void> holder)Execute aRemoveRequestrequest.protected CompletableFuture<Binary>NamedCacheServiceImpl. replace(CacheRequestHolder<com.oracle.coherence.grpc.ReplaceRequest,Void> holder)Execute aReplaceRequestrequest.protected CompletableFuture<Binary>NamedCacheServiceImpl. replaceMapping(CacheRequestHolder<com.oracle.coherence.grpc.ReplaceMappingRequest,Void> holder)Execute aReplaceMappingRequestrequest.Methods in com.oracle.coherence.grpc.proxy with parameters of type Binary Modifier and Type Method Description protected com.google.protobuf.BoolValueNamedCacheServiceImpl. toBoolValue(Binary binary, Serializer serializer)Deserialize aBinaryto a boolean value.Method parameters in com.oracle.coherence.grpc.proxy with type arguments of type Binary Modifier and Type Method Description protected InvocableMap.EntryProcessor<Binary,Binary,Binary>NamedCacheServiceImpl. castProcessor(InvocableMap.EntryProcessor<Binary,Binary,?> ep)protected InvocableMap.EntryProcessor<Binary,Binary,Binary>NamedCacheServiceImpl. castProcessor(InvocableMap.EntryProcessor<Binary,Binary,?> ep)static VoidResponseHandlers. handleMapOfEntries(RequestHolder<?,Map<Binary,Binary>> holder, Throwable err, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer)Handle the result of the asynchronous invoke all request sending the results, or any errors to theStreamObserver.static VoidResponseHandlers. handleMapOfEntries(RequestHolder<?,Map<Binary,Binary>> holder, Throwable err, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer)Handle the result of the asynchronous invoke all request sending the results, or any errors to theStreamObserver.static VoidResponseHandlers. handleMapOfEntries(RequestHolder<?,Map<Binary,Binary>> holder, Throwable err, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer, boolean fDeserialize)Handle the result of the asynchronous invoke all request sending the results, or any errors to theStreamObserver.static VoidResponseHandlers. handleMapOfEntries(RequestHolder<?,Map<Binary,Binary>> holder, Throwable err, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer, boolean fDeserialize)Handle the result of the asynchronous invoke all request sending the results, or any errors to theStreamObserver.static VoidResponseHandlers. handleSetOfEntries(RequestHolder<?,Set<Map.Entry<Binary,Binary>>> holder, Throwable err, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer)Handle the result of the asynchronous entry set request sending the results, or any errors to theStreamObserver.static VoidResponseHandlers. handleSetOfEntries(RequestHolder<?,Set<Map.Entry<Binary,Binary>>> holder, Throwable err, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer)Handle the result of the asynchronous entry set request sending the results, or any errors to theStreamObserver.static VoidResponseHandlers. handleSetOfEntries(RequestHolder<?,Set<Map.Entry<Binary,Binary>>> holder, Throwable err, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer, boolean fDeserialize)Handle the result of the asynchronous entry set request sending the results, or any errors to theStreamObserver.static VoidResponseHandlers. handleSetOfEntries(RequestHolder<?,Set<Map.Entry<Binary,Binary>>> holder, Throwable err, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer, boolean fDeserialize)Handle the result of the asynchronous entry set request sending the results, or any errors to theStreamObserver.static VoidResponseHandlers. handleStream(RequestHolder<?,? extends Iterable<Binary>> holder, Throwable err, io.grpc.stub.StreamObserver<com.google.protobuf.BytesValue> observer)static voidResponseHandlers. handleStreamOfEntries(RequestHolder<?,?> holder, Stream<Map.Entry<Binary,Binary>> entries, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer)Handle the result of the asynchronous invoke all request sending the results, or any errors to theStreamObserver.static voidResponseHandlers. handleStreamOfEntries(RequestHolder<?,?> holder, Stream<Map.Entry<Binary,Binary>> entries, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer)Handle the result of the asynchronous invoke all request sending the results, or any errors to theStreamObserver.static voidResponseHandlers. handleStreamOfEntries(RequestHolder<?,?> holder, Stream<Map.Entry<Binary,Binary>> entries, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer, boolean fDeserialize)Handle the result of the asynchronous invoke all request sending the results, or any errors to theStreamObserver.static voidResponseHandlers. handleStreamOfEntries(RequestHolder<?,?> holder, Stream<Map.Entry<Binary,Binary>> entries, io.grpc.stub.StreamObserver<com.oracle.coherence.grpc.Entry> observer, boolean fDeserialize)Handle the result of the asynchronous invoke all request sending the results, or any errors to theStreamObserver.protected voidMapListenerProxy. onFilterRequest(com.oracle.coherence.grpc.MapListenerRequest request, MapTrigger<Binary,Binary> trigger)Invoked whenMapListenerRequest.RequestTypeisKEY.protected voidMapListenerProxy. onFilterRequest(com.oracle.coherence.grpc.MapListenerRequest request, MapTrigger<Binary,Binary> trigger)Invoked whenMapListenerRequest.RequestTypeisKEY.protected CompletionStage<com.google.protobuf.Empty>NamedCacheServiceImpl. partitionedPutAll(CacheRequestHolder<com.oracle.coherence.grpc.PutAllRequest,Void> holder, Map<Binary,Binary> map)Perform aputAlloperation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>NamedCacheServiceImpl. partitionedPutAll(CacheRequestHolder<com.oracle.coherence.grpc.PutAllRequest,Void> holder, Map<Binary,Binary> map)Perform aputAlloperation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>NamedCacheServiceImpl. plainPutAll(AsyncNamedCache<Binary,Binary> cache, Map<Binary,Binary> map)Perform aputAlloperation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>NamedCacheServiceImpl. plainPutAll(AsyncNamedCache<Binary,Binary> cache, Map<Binary,Binary> map)Perform aputAlloperation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>NamedCacheServiceImpl. plainPutAll(AsyncNamedCache<Binary,Binary> cache, Map<Binary,Binary> map)Perform aputAlloperation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>NamedCacheServiceImpl. plainPutAll(AsyncNamedCache<Binary,Binary> cache, Map<Binary,Binary> map)Perform aputAlloperation on a partitioned cache. -
Uses of Binary in com.tangosol.coherence.federation
Methods in com.tangosol.coherence.federation that return types with arguments of type Binary Modifier and Type Method Description ChangeRecord<Binary,Binary>ChangeRecord. getBinaryChangeRecord()ChangeRecord<Binary,Binary>ChangeRecord. getBinaryChangeRecord() -
Uses of Binary in com.tangosol.coherence.rest.io
Methods in com.tangosol.coherence.rest.io that return Binary Modifier and Type Method Description BinaryBinaryMarshaller. unmarshal(InputStream in, javax.ws.rs.core.MediaType mediaType)Methods in com.tangosol.coherence.rest.io with parameters of type Binary Modifier and Type Method Description voidBinaryMarshaller. marshal(Binary value, OutputStream out, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders) -
Uses of Binary in com.tangosol.coherence.rest.util
Fields in com.tangosol.coherence.rest.util declared as Binary Modifier and Type Field Description protected BinaryStaticContent. m_binContentMethods in com.tangosol.coherence.rest.util that return Binary Modifier and Type Method Description BinaryStaticContent. getContent()Return content as Binary.Constructors in com.tangosol.coherence.rest.util with parameters of type Binary Constructor Description StaticContent(Binary binContent, String sMediaType)Construct StaticContent instance. -
Uses of Binary in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet that return Binary Modifier and Type Method Description protected BinaryOptimizedHolder. ensureInternalBinary()Obtain the non-null internally managed binary value.protected BinarySplittableHolder. ensureInternalBinary()Obtain the non-null internally managed binary value.BinaryOptimizedHolder. getBinary()Obtain the binary form of the value.protected BinarySplittableHolder. getExternalBinary()Obtain the binary form of the value from the external cache.protected BinaryOptimizedHolder. getInternalBinary()Obtain the internally managed binary value.protected BinaryOptimizedHolder. readBinary(DataInput in)Read the binary value.protected BinarySplittableHolder. readBinary(DataInput in)Read the binary value.protected BinaryOptimizedHolder. serializeValue(Object o)Take the passed object and turn it into a Binary value.Methods in com.tangosol.coherence.servlet with parameters of type Binary Modifier and Type Method Description protected ObjectOptimizedHolder. deserializeValue(Binary bin)Take the Binary form of the attribute value and turn it into the object value.protected booleanSplittableHolder. isExternalDesirable(Binary binValue)Decide whether or not this holder will choose to store the passed binary value in its external storage.protected voidSplitHttpSessionModel. setExternalBinary(Object oKey, Binary binValue)Adds this binary value to the temporary map for flushing.protected voidSplittableHolder. setExternalBinary(Binary binValue)Store the binary form of the value in the external cache.protected voidOptimizedHolder. setInternalBinary(Binary binValue)Store the internally managed binary value. -
Uses of Binary in com.tangosol.io
Fields in com.tangosol.io declared as Binary Modifier and Type Field Description protected static BinaryDecorationOnlyDeltaCompressor. BIN_DECO_ONLYA place-holder Binary value used by the compressor to indicate a decoration-only update.protected static BinaryAsyncBinaryStore. DELETEDA special token that is used to signify a queued erase operation.protected static BinaryBinaryDeltaCompressor. DELTA_TRUNCATEA delta value that indicates an empty new value.protected BinarySimpleEvolvable. m_binFutureDataFuture data.static BinaryAbstractReadBuffer. NO_BINARYAn empty Binary object.static BinaryAbstractWriteBuffer. NO_BINARYAn empty Binary object.protected static BinaryBinaryDeltaCompressor. NO_BINARYAn empty Binary object.Methods in com.tangosol.io that return Binary Modifier and Type Method Description BinaryAbstractEvolvable. getFutureData()Return all the unknown remainder of the data stream from which this object was deserialized.BinaryEvolvable. getFutureData()Return all the unknown remainder of the data stream from which this object was deserialized.BinarySimpleEvolvable. getFutureData()Return all the unknown remainder of the data stream from which this object was deserialized.abstract BinaryAbstractBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinaryAsyncBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinaryBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinaryAbstractByteArrayReadBuffer. toBinary()Return a new Binary object that holds the complete contents of this ReadBuffer.BinaryAbstractByteArrayReadBuffer. toBinary(int of, int cb)Return a Binary object that holds the specified portion of this ReadBuffer.BinaryAbstractReadBuffer. toBinary()Return a new Binary object that holds the complete contents of this ReadBuffer.BinaryAbstractReadBuffer. toBinary(int of, int cb)Return a Binary object that holds the specified portion of this ReadBuffer.BinaryAbstractWriteBuffer. toBinary()Returns a new Binary object that holds the complete contents of this WriteBuffer.BinaryByteArrayWriteBuffer. toBinary()Returns a new Binary object that holds the complete contents of this WriteBuffer.BinaryDelegatingWriteBuffer. toBinary()Returns a new Binary object that holds the complete contents of this WriteBuffer.BinaryMultiBufferReadBuffer. toBinary(int of, int cb)Return a Binary object that holds the specified portion of this ReadBuffer.BinaryMultiBufferWriteBuffer. toBinary()Returns a new Binary object that holds the complete contents of this WriteBuffer.BinaryReadBuffer. toBinary()Return a new Binary object that holds the complete contents of this ReadBuffer.BinaryReadBuffer. toBinary(int of, int cb)Return a Binary object that holds the specified portion of this ReadBuffer.BinaryWriteBuffer. toBinary()Returns a new Binary object that holds the complete contents of this WriteBuffer.Methods in com.tangosol.io that return types with arguments of type Binary Modifier and Type Method Description Iterator<Binary>BinaryStore. keys()Iterate all keys in the underlying store.Methods in com.tangosol.io with parameters of type Binary Modifier and Type Method Description booleanBinaryStore.KeySetAware. containsKey(Binary binKey)Return true iff this BinaryStore contains a mapping for the specified key.voidAbstractBinaryStore. erase(Binary binKey)Remove the specified key from the underlying store if present.voidAsyncBinaryStore. erase(Binary binKey)Remove the specified key from the underlying store if present.voidBinaryStore. erase(Binary binKey)Remove the specified key from the underlying store if present.abstract BinaryAbstractBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinaryAsyncBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinaryBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.protected voidAsyncBinaryStore.QueueDaemon. processPending(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store, or if the value isAsyncBinaryStore.DELETEDthen erase the value from the underlying store.voidAbstractEvolvable. setFutureData(Binary binFuture)Store the unknown remainder of the data stream from which this object is being deserialized.voidEvolvable. setFutureData(Binary binFuture)Store the unknown remainder of the data stream from which this object is being deserialized.voidSimpleEvolvable. setFutureData(Binary binFutureData)Store the unknown remainder of the data stream from which this object is being deserialized.voidAbstractBinaryStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store.voidAsyncBinaryStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store.voidBinaryStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store. -
Uses of Binary in com.tangosol.io.bdb
Methods in com.tangosol.io.bdb that return Binary Modifier and Type Method Description BinaryBerkeleyDBBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.Methods in com.tangosol.io.bdb with parameters of type Binary Modifier and Type Method Description voidBerkeleyDBBinaryStore. erase(Binary binKey)Remove the specified key from the underlying store if present.BinaryBerkeleyDBBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.voidBerkeleyDBBinaryStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store. -
Uses of Binary in com.tangosol.io.journal
Fields in com.tangosol.io.journal with type parameters of type Binary Modifier and Type Field Description protected ConcurrentMap<Long,Binary>FlashJournalRM. m_mapLocatorsMap of locators to Binary values that have been queued to be written.Methods in com.tangosol.io.journal that return Binary Modifier and Type Method Description protected BinaryAbstractJournalRM. extractBinary(long lTicket)Extract a Binary from the passed ticket.BinaryJournalBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinaryAbstractJournalRM.CollectorDaemon.InvokeGCJournalFile. read(long lTicket)Read the Binary associated with the specified ticket from the journal file.abstract BinaryAbstractJournalRM.JournalFile. read(long lTicket)Read the Binary associated with the specified ticket from the journal file.BinaryAbstractJournalRM.JournalImpl. read(long lTicket)Using a ticket returned from a previous call toJournal.write(com.tangosol.util.Binary), read the Binary value that was written to the Journal.BinaryBackupJournalRM.JournalImpl. read(long lTicket)Using a ticket returned from a previous call toJournal.write(com.tangosol.util.Binary), read the Binary value that was written to the Journal.BinaryFlashJournalRM.JournalFile. read(long lTicket)Read the Binary associated with the specified ticket from the journal file.BinaryJournal. read(long lTicket)Using a ticket returned from a previous call toJournal.write(com.tangosol.util.Binary), read the Binary value that was written to the Journal.BinaryRamJournalRM.JournalFile. read(long lTicket)Read the Binary associated with the specified ticket from the journal file.BinaryRamJournalRM.JournalImpl. read(long lTicket)Using a ticket returned from a previous call toJournal.write(com.tangosol.util.Binary), read the Binary value that was written to the Journal.Methods in com.tangosol.io.journal with parameters of type Binary Modifier and Type Method Description booleanJournalBinaryStore. containsKey(Binary binKey)Return true iff this BinaryStore contains a mapping for the specified key.longAbstractJournalRM.CollectorDaemon.InvokeGCJournalFile. enqueue(Binary bin)Enqueue a Binary value to be written to this file, returning a ticket, or return 0L if this file is full and the append has to occur to a new file.abstract longAbstractJournalRM.JournalFile. enqueue(Binary bin)Enqueue a Binary value to be written to this file, returning a ticket, or return 0L if this file is full and the append has to occur to a new file.longFlashJournalRM.JournalFile. enqueue(Binary bin)Enqueue a Binary value to be written to this file, returning a ticket, or return 0L if this file is full and the append has to occur to a new file.longRamJournalRM.JournalFile. enqueue(Binary bin)Enqueue a Binary value to be written to this file, returning a ticket, or return 0L if this file is full and the append has to occur to a new file.voidJournalBinaryStore. erase(Binary binKey)Remove the specified key from the underlying store if present.voidJournalBinaryStore.ClearListener. keyAdded(Binary binKey)A notification that the primary map has added a new Binary/long key/value mapping; this implicitly creates a new key/value mapping in each delegating map, with the value being 0L.voidJournalBinaryStore.ClearListener. keyRemoving(Binary binKey)A notification that the primary map is removing a Binary/long key/value mapping; this implies that the existing key/value mapping for the same Binary key in each delegating map is also being removed.BinaryJournalBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.voidFlashJournalRM.Buffer. render(Binary bin, int of)Copy the passed Binary value into the buffer at the specified offset and using the passed overlay.voidJournalBinaryStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store.longAbstractJournalRM.JournalImpl. write(Binary bin)Write a Binary value to the Journal and return a ticket for it.longBackupJournalRM.JournalImpl. write(Binary bin)Write a Binary value to the Journal and return a ticket for it.longJournal. write(Binary bin)Write a Binary value to the Journal and return a ticket for it.protected longAbstractJournalRM.JournalImpl. writeOverflow(Binary bin)Handle the case in which the write overflows the capacity of the journal.protected longRamJournalRM.JournalImpl. writeOverflow(Binary bin)Handle the case in which the write overflows the capacity of the journal. -
Uses of Binary in com.tangosol.io.nio
Methods in com.tangosol.io.nio that return Binary Modifier and Type Method Description protected static BinaryBinaryMap. bin(String s)Internal debugging support: Turn a String into a Binary.BinaryBinaryMap.Block. getKey()Get the Entry key in the block, lazy loading it if necessary.BinaryBinaryMap.Block. getValue()Get the Entry value in the block, lazy loading it if necessary.BinaryBinaryMapStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinaryByteBufferReadBuffer. toBinary(int of, int cb)Return a Binary object that holds the specified portion of this ReadBuffer.BinaryByteBufferWriteBuffer. toBinary()Returns a new Binary object that holds the complete contents of this WriteBuffer.Methods in com.tangosol.io.nio with parameters of type Binary Modifier and Type Method Description voidBinaryMapStore. erase(Binary binKey)Remove the specified key from the underlying store if present.protected BinaryMap.BlockBinaryMap. findEntryBlock(Binary binKey)Find the Entry block with the specified key.protected BinaryMap.EntryBinaryMap. instantiateEntry(Binary binKey, Binary binValue)Factory pattern: Instantiate an Entry object.BinaryBinaryMapStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.voidBinaryMap.Block. setKey(Binary bin)Update the Entry key in the block.voidBinaryMap.Block. setValue(Binary bin)Update the Entry value in the block.voidBinaryMapStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store.Constructors in com.tangosol.io.nio with parameters of type Binary Constructor Description Entry(Binary binKey, Binary binValue)Construct an Entry with a key and a value. -
Uses of Binary in com.tangosol.io.pof
Fields in com.tangosol.io.pof declared as Binary Modifier and Type Field Description static BinaryPofHelper. BINARY_EMPTYAn empty Binary value.Methods in com.tangosol.io.pof that return Binary Modifier and Type Method Description BinaryRawQuad. getBits()Obtain the raw binary form of the 128-bit float.BinaryPofDeltaCompressor.ChangeTracker. getDelta()Obtain the final delta result as a Binary value.BinaryPofBufferReader. readBinary(int iProp)Read a Binary from the POF stream.protected static BinaryPofBufferReader. readBinary(ReadBuffer.BufferInput in)Read a Binary object from the specified BufferInput in an optimal way, depending on the existence of an enclosing ReadBuffer.BinaryPofReader. readBinary(int iProp)Read a Binary from the POF stream.BinaryPofBufferReader. readRemainder()Read all remaining indexed properties of the current user type from the POF stream.BinaryPofBufferReader.UserTypeReader. readRemainder()Read all remaining indexed properties of the current user type from the POF stream.BinaryPofReader. readRemainder()Read all remaining indexed properties of the current user type from the POF stream.Methods in com.tangosol.io.pof with parameters of type Binary Modifier and Type Method Description voidAbstractPofHandler. onOctetString(int iPos, Binary bin)Report that a octet string value has been encountered in the POF stream.voidDuplexingPofHandler. onOctetString(int iPos, Binary bin)Report that a octet string value has been encountered in the POF stream.voidLoggingPofHandler. onOctetString(int iPos, Binary bin)Report that a octet string value has been encountered in the POF stream.voidPofHandler. onOctetString(int iPos, Binary bin)Report that a octet string value has been encountered in the POF stream.voidValidatingPofHandler. onOctetString(int iPos, Binary bin)Report that a octet string value has been encountered in the POF stream.voidWritingPofHandler. onOctetString(int iPos, Binary bin)Report that a octet string value has been encountered in the POF stream.voidPofBufferWriter. writeBinary(int iProp, Binary bin)Write aBinaryproperty to the POF stream.voidPofWriter. writeBinary(int iProp, Binary bin)Write aBinaryproperty to the POF stream.voidPofBufferWriter.UserTypeWriter. writeRemainder(Binary binProps)Write the remaining properties to the POF stream, terminating the writing of the current user type.voidPofBufferWriter. writeRemainder(Binary binProps)Write the remaining properties to the POF stream, terminating the writing of the current user type.voidPofWriter. writeRemainder(Binary binProps)Write the remaining properties to the POF stream, terminating the writing of the current user type.Constructors in com.tangosol.io.pof with parameters of type Binary Constructor Description RawQuad(Binary binBits)Construct a RawQuad from the raw binary data. -
Uses of Binary in com.tangosol.io.pof.reflect
Methods in com.tangosol.io.pof.reflect that return Binary Modifier and Type Method Description BinaryAbstractPofValue. applyChanges()Apply all the changes that were made to this value and return a binary representation of the new value.BinaryPofValue. applyChanges()Apply all the changes that were made to this value and return a binary representation of the new value. -
Uses of Binary in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as Binary Modifier and Type Field Description protected static BinaryReadWriteBackingMap. BIN_STORE_PENDINGThe binary form of the decoration indicating that the CacheStore on the primary member has not yet written the value.protected BinaryBackingMapBinaryEntry. m_binKeyThe Binary key.protected BinaryCompactSerializationCache.InternalEvictionPolicy.EvictionCandidate. m_binKeyThe Binary key represented by this EvictionCandidate.protected BinaryBackingMapBinaryEntry. m_binValueThe Binary value.protected BinaryBackingMapBinaryEntry. m_binValueOrigThe original Binary value.protected static BinaryReadWriteBackingMap. REMOVEDMarker object used byReadWriteBackingMap.Entryto indicateremovewas called on the Entry.Methods in com.tangosol.net.cache that return Binary Modifier and Type Method Description BinaryBackingMapBinaryEntry. getBinaryKey()Return a raw binary key for this entry.BinaryBackingMapBinaryEntry. getBinaryValue()Return a raw binary value for this entry.BinaryReadWriteBackingMap.Entry. getChangedBinaryValue()Return the Binary value changed by the BinaryEntryStore.BinaryBackingMapBinaryEntry. getOriginalBinaryValue()Return a raw original binary value for this entry.BinarySerializationPagedCache.FakeBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinarySerializationPagedCache.PagedBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinarySerializationPagedCache.WrapperBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.protected BinaryBinaryStoreCacheStore. toBinary(Object o)Translate the passed Object object into an Binary object.protected BinaryCompactSerializationCache. toBinary(Object o)Translate the passed Object object into an Binary object.protected BinarySerializationMap. toBinary(Object o)Translate the passed Object object into an Binary object.protected BinarySimpleSerializationMap. toBinary(Object o)Translate the passed Object object into an Binary object.protected BinaryContinuousQueryCache. toInternal(Object oValue)Serialize the provided value into aBinary.Methods in com.tangosol.net.cache with parameters of type Binary Modifier and Type Method Description booleanReadWriteBackingMap.WriteQueue. accelerateEntryRipe(Binary binKey)Move the ripe time for the queued entry up to accelerate the store operation.protected intCompactSerializationCache. calculateUnits(Binary binKey, Binary binValue)Calculate the unit cost of the specified cache entry, according to the configured unit-calculator.protected longCompactSerializationCache.HybridEvictionPolicy. calculateWeight(Binary binKey)Calculate the "weight" of the entry associated with the specified key.protected abstract longCompactSerializationCache.InternalEvictionPolicy. calculateWeight(Binary binKey)Calculate the "weight" of the entry associated with the specified key.protected longCompactSerializationCache.LFUEvictionPolicy. calculateWeight(Binary binKey)Calculate the "weight" of the entry associated with the specified key.protected longCompactSerializationCache.LRUEvictionPolicy. calculateWeight(Binary binKey)Calculate the "weight" of the entry associated with the specified key.protected longCompactSerializationCache.WrapperEvictionPolicy. calculateWeight(Binary binKey)Calculate the "weight" of the entry associated with the specified key.protected voidCompactSerializationCache. checkExpiry(Binary binKey)Check the specified key to see if it is expired, removing it if necessary.protected voidCompactSerializationCache. dispatchEvent(int nId, Binary binKey, Object oKey, Object oValueOld, Object oValueNew, boolean fSynthetic)Dispatch the passed event.voidCompactSerializationCache.InternalEvictionPolicy. entryTouched(Binary binKey)This method is called by the cache to indicate that the entry for the specified key has been touched.voidCompactSerializationCache.WrapperEvictionPolicy. entryTouched(Binary binKey)This method is called by the cache to indicate that the entry for the specified key has been touched.voidSerializationPagedCache.FakeBinaryStore. erase(Binary binKey)Remove the specified key from the underlying store if present.voidSerializationPagedCache.PagedBinaryStore. erase(Binary binKey)Remove the specified key from the underlying store if present.voidSerializationPagedCache.WrapperBinaryStore. erase(Binary binKey)Remove the specified key from the underlying store if present.protected intCompactSerializationCache. evictInternal(Binary binKey)Attempt to evict the cache entry for the specified key from the cache as a result of either expiration or size-triggered eviction, returning the unit-size of the evicted entry, or 0 if the eviction was disallowed by theConfigurableCacheMap.EvictionApprover.protected ObjectBinaryStoreCacheStore. fromBinary(Binary bin)Translate the passed Binary object into an Object object.protected ObjectCompactSerializationCache. fromBinary(Binary bin)Translate the passed Binary object into an Object object.protected ObjectSerializationMap. fromBinary(Binary bin)Translate the passed Binary object into an Object object.protected ObjectSimpleSerializationMap. fromBinary(Binary bin)Translate the passed Binary object into an Object object.protected ConfigurableCacheMap.EntryCompactSerializationCache. getCacheEntryInternal(Binary binKey)Return aConfigurableCacheMap.Entryfor the specified key.protected ConfigurableCacheMap.EntryCompactSerializationCache. getCacheEntryInternal(Binary binKey, Object oKey)Return aConfigurableCacheMap.Entryfor the specified key.protected intCompactSerializationCache. getEntryUnits(Binary binKey)Return the unit-size of the entry associated with the specified key, or 0 if the key does not exist.protected AbstractKeyBasedMap.DeferredCacheEventCompactSerializationCache. instantiateDeferredCacheEvent(int nId, Binary binKey, Object oKey, Object oValueOld, Object oValueNew, boolean fSynthetic)Create a DeferredCacheEvent object with the provided arguments.BinarySerializationPagedCache.FakeBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinarySerializationPagedCache.PagedBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.BinarySerializationPagedCache.WrapperBinaryStore. load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.protected voidCompactSerializationCache. registerExpiry(Binary binKey, long cExpiry)Register the expiry for the specified key.protected voidSerializationCache. registerKey(Object oKey, Binary binKey, Binary binValue)Register a new key for the SerializationMap.protected voidSerializationCache. registerKey(Object oKey, Binary binKey, Binary binValue, int cMillis)Register a new key for the SerializationMap.protected voidSerializationMap. registerKey(Object oKey, Binary binKey, Binary binValue)Register a new key for the SerializationMap.protected ObjectCompactSerializationCache. removeInternal(Object oKey, Binary binKey, boolean fBlind)Remove the given key from theBinaryStoreonly loading the value if necessary.voidSerializationPagedCache.FakeBinaryStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store.voidSerializationPagedCache.PagedBinaryStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store.voidSerializationPagedCache.WrapperBinaryStore. store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store.protected voidCompactSerializationCache. touch(Binary binKey)Register a "touch" of the specified key.protected voidCompactSerializationCache.InternalEvictionPolicy. touchInternal(Binary binKey)Update the internally maintained "touch"-related statistics for the specified key (e.g. touch time and touch count).voidBackingMapBinaryEntry. updateBinaryValue(Binary binValue)Update the binary value for this entry.voidBackingMapBinaryEntry. updateBinaryValue(Binary binValue, boolean fSynthetic)Update the binary value for this entry.voidReadWriteBackingMap.Entry. updateBinaryValue(Binary binValue)Update the binary value for this entry.protected voidCompactSerializationCache. updateUnits(Binary binKey, int cUnits)Update the units associated with the specified key.Constructors in com.tangosol.net.cache with parameters of type Binary Constructor Description BackingMapBinaryEntry(Binary binKey, Binary binValue, Binary binValueOrig, long cDelay, BackingMapManagerContext ctx)Construct a BackingMapBinaryEntry with the specified binary key, values and BackingMapManagerContext.BackingMapBinaryEntry(Binary binKey, Binary binValue, Binary binValueOrig, BackingMapManagerContext ctx)Construct a BackingMapBinaryEntry with the specified binary key, values and BackingMapManagerContext.Entry(Binary binKey, Binary binValue, Binary binValueOrig, long cExpiry, BackingMapManagerContext ctx)Construct an Entry with just a key.EvictionCandidate(Binary binKey, long lWeight, long cUnits)Construct a EvictionCandidate for the specified key and weight. -
Uses of Binary in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return Binary Modifier and Type Method Description BinarySubscriber.Element. getBinaryValue()Returns the element's value in serialized form.BinaryTopicPublisherException. getBinaryValue()Returns the value that failed to be published in serializedBinaryformat.Methods in com.tangosol.net.topic that return types with arguments of type Binary Modifier and Type Method Description static BiFunction<Throwable,Binary,Throwable>TopicPublisherException. createFactory(Serializer serializer)Create a factory function that creates aTopicPublisherException.static BiFunction<Throwable,Binary,Throwable>TopicPublisherException. createFactory(Serializer serializer, String sReason)Create a factory function that creates aTopicPublisherException.Methods in com.tangosol.net.topic with parameters of type Binary Modifier and Type Method Description intBinaryElementCalculator. calculateUnits(Binary binElement)intFixedElementCalculator. calculateUnits(Binary binElement)intNamedTopic.ElementCalculator. calculateUnits(Binary binElement)Calculate cost for the specified element.Constructors in com.tangosol.net.topic with parameters of type Binary Constructor Description TopicPublisherException(String sMessage, Binary binValue, Serializer serializer)Create aTopicPublisherException.TopicPublisherException(String sMessage, Throwable cause, Binary binValue, Serializer serializer)Create aTopicPublisherException.TopicPublisherException(Throwable cause, Binary binValue, Serializer serializer)Create aTopicPublisherException. -
Uses of Binary in com.tangosol.persistence
Methods in com.tangosol.persistence that return Binary Modifier and Type Method Description static BinaryCachePersistenceHelper. readQuorumRaw(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store)Read the membership information in Binary format from the "META" extent.static BinaryCachePersistenceHelper. writeQuorum(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, PartitionedService service)Write the current membership information to the "META" extent.Methods in com.tangosol.persistence with parameters of type Binary Modifier and Type Method Description protected static ReadBufferCachePersistenceHelper. createIndexRegistrationKey(long lCacheId, Binary binExtractor)Create a key representing an index registration.protected static ReadBufferCachePersistenceHelper. createListenerRegistrationKey(long lMemberId, long lCacheId, Binary binKey)Create a key representing a cache listener registration.protected static ReadBufferCachePersistenceHelper. createLockRegistrationKey(long lHolderId, long lHolderThreadId, long lCacheId, Binary binKey)Create a key representing a cache entry lock.protected static ReadBufferCachePersistenceHelper. createTriggerRegistrationKey(long lCacheId, Binary binTrigger)Create a key representing an trigger registration.static voidCachePersistenceHelper. registerIndex(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binExtractor, Binary binComparator, Object oToken)Store the index registration in the specified persistent store.static voidCachePersistenceHelper. registerListener(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binKey, long lListenerId, boolean fLite, Object oToken)Store the listener registration in the specified persistent store.static voidCachePersistenceHelper. registerLock(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binKey, long lHolderId, long lHolderThreadId, Object oToken)Store the cache entry lock in the specified persistent store.static voidCachePersistenceHelper. registerTrigger(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binTrigger, Object oToken)Store the trigger registration in the specified persistent store.static voidCachePersistenceHelper. unregisterIndex(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binExtractor, Object oToken)Clear the index registration from the specified persistent store.static voidCachePersistenceHelper. unregisterListener(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binKey, long lListenerId, Object oToken)Clear the listener registration from the specified persistent store.static voidCachePersistenceHelper. unregisterLock(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binKey, long lHolderId, long lHolderThreadId, Object oToken)Clear the cache entry lock from the specified persistent store.static voidCachePersistenceHelper. unregisterTrigger(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binTrigger, Object oToken)Clear the trigger registration from the specified persistent store.booleanAbstractPersistenceTools.StatsVisitor. visitCacheEntry(long lOldCacheId, Binary binKey, Binary binValue)booleanCachePersistenceHelper.Visitor. visitCacheEntry(long lOldCacheId, Binary binKey, Binary binValue)Apply the visitor to the specified cache entry (key-value pair).booleanAbstractPersistenceTools.StatsVisitor. visitIndex(long lOldCacheId, Binary binExtractor, Binary binComparator)booleanCachePersistenceHelper.Visitor. visitIndex(long lOldCacheId, Binary binExtractor, Binary binComparator)Apply the visitor to the specified cache index.booleanAbstractPersistenceTools.StatsVisitor. visitListener(long lOldCacheId, Binary binKey, long lListenerId, boolean fLite)booleanCachePersistenceHelper.Visitor. visitListener(long lOldCacheId, Binary binKey, long lListenerId, boolean fLite)Apply the visitor to the specified cache entry listener.booleanAbstractPersistenceTools.StatsVisitor. visitLock(long lOldCacheId, Binary binKey, long lHolderId, long lHolderThreadId)booleanCachePersistenceHelper.Visitor. visitLock(long lOldCacheId, Binary binKey, long lHolderId, long lHolderThreadId)Apply the visitor to the specified cache entry lock.booleanAbstractPersistenceTools.StatsVisitor. visitTrigger(long lOldCacheId, Binary binTrigger)booleanCachePersistenceHelper.Visitor. visitTrigger(long lOldCacheId, Binary binTrigger)Apply the visitor to the specified trigger.static voidCachePersistenceHelper. writeQuorumRaw(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, Binary binInfo)Write the current membership information in raw format to the "META" extent. -
Uses of Binary in com.tangosol.run.xml
Methods in com.tangosol.run.xml that return Binary Modifier and Type Method Description BinarySimpleValue. getBinary()Get the value as binary.BinarySimpleValue. getBinary(Binary binDefault)Get the value as binary.BinaryXmlValue. getBinary()Get the value as binary.BinaryXmlValue. getBinary(Binary binDefault)Get the value as binary.Methods in com.tangosol.run.xml with parameters of type Binary Modifier and Type Method Description BinarySimpleValue. getBinary(Binary binDefault)Get the value as binary.BinaryXmlValue. getBinary(Binary binDefault)Get the value as binary.voidSimpleValue. setBinary(Binary binVal)Set the binary value.voidXmlValue. setBinary(Binary binVal)Set the binary value. -
Uses of Binary in com.tangosol.util
Fields in com.tangosol.util declared as Binary Modifier and Type Field Description static BinaryBinary. EMPTYAn empty Binary.static Binary[]ExternalizableHelper. EMPTY_BINARY_ARRAYAn empty array of Binary objects.static BinaryBinary. FALSEA Binary representation ofBoolean.FALSEvalue.static BinaryBinary. TRUEA Binary representation ofBoolean.TRUEvalue.Methods in com.tangosol.util that return Binary Modifier and Type Method Description static BinaryExternalizableHelper. asBinary(ReadBuffer buf)Return a Binary representing the contents of the specified ReadBuffer, or null if the buffer is null.BinaryBinary. concat(Binary bin)Concatenate the passed Binary onto this Binary.static BinaryExternalizableHelper. decorate(Binary bin, int nId, Binary binDecoration)Decorate the passed value with the specified decoration and return the resulting Binary.static BinaryExternalizableHelper. decorate(Binary bin, Binary[] abinDecorations)Deprecated.as of Coherence 3.7.2BinaryBinaryEntry. getBinaryKey()Return a raw binary key for this entry.BinaryConverterCollections.ConverterMapEvent.ConverterMapEventEntry. getBinaryKey()Return a raw binary key for this entry.BinaryInvocableMapHelper.RoutingBinaryEntry. getBinaryKey()Return a raw binary key for this entry.BinaryBinaryEntry. getBinaryValue()Return a raw binary value for this entry.BinaryConverterCollections.ConverterMapEvent.ConverterMapEventEntry. getBinaryValue()Return a raw binary value for this entry.BinaryInvocableMapHelper.RoutingBinaryEntry. getBinaryValue()Return an OriginalBinaryValue from the underlying entry.static BinaryExternalizableHelper. getDecoration(Binary bin, int nId)Deprecated.as of Coherence 3.7.2BinaryBinaryLongMap.Entry. getKey()Obtain the key.BinaryMultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry. getKey()Obtain the key.BinaryMultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntry. getKey()Obtain the key.BinaryMultiBinaryLongMap.SafeEntry. getKey()Obtain the key.BinaryBinaryEntry. getOriginalBinaryValue()Return a raw original binary value for this entry.BinaryConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry. getOriginalBinaryValue()Return a raw original binary value for this entry.BinaryInvocableMapHelper.RoutingBinaryEntry. getOriginalBinaryValue()static BinaryBase. getRandomBinary(int cbMin, int cbMax)Generates a random-length Binary within the length bounds provided whose contents are random bytes.static BinaryBase. getRandomBinary(int cbMin, int cbMax, byte... abHead)Generates a random-length Binary includingabHeadat the head of the Binary, in addition to random bytes within the length bounds provided.static BinaryExternalizableHelper. getUndecorated(Binary bin)Deprecated.as of Coherence 3.7.2static BinaryBinary. join(Binary[] aBinaries)Join an array of Binaries into a single Binary.BinaryUnsafe. newBinary(byte[] ab, int of, int cb)Return a newBinaryinstance backed by the specified byte[] beginning at the specified offset and of the specified length.BinaryMultiBinaryLongMap.WrapperBinaryLongMap.WrapperIterator. next()static BinaryBinary. readBinary(DataInput input)Read a Binary from the specified DataInput.static BinaryBinary. readBinary(DataInputStream in)Read a Binary from the specified DataInputStream.static BinaryBinary. readBinary(File file)Read a Binary from the specified File.static BinaryBinary. readBinary(InputStream in)Read a Binary from the specified InputStream.static BinaryBinary. readBinary(InputStream in, int cb)Read a Binary from the specified InputStream.static BinaryBinary. readBinary(URL url)Read a Binary from the specified URL.static BinaryBinary. readBinary(FileChannel channel, long of, int cb, byte[] ab2)Read a Binary of the specified length at the specified offset from the specified FileChannel.static BinaryExternalizableHelper. removeIntDecoration(Binary bin)Deprecated.as of Coherence 3.7.2BinaryBinary. replace(byte bOld, byte bNew)Replace all occurrences of one specified byte with another in this Binary object.BinaryBinary. replace(Binary binOld, Binary binNew)Replace all occurrences of one specified Binary with another in this Binary object.BinaryBinary. replaceRegion(int of, int cb, Binary binNew)Replace a region within this Binary with another Binary.BinaryBinary. reverse()Reverse this Binary object's byte sequence such that the byte at offset zero of this sequence occurs at offset length()-1 in the resulting sequence, the byte at offset one of this sequence occurs at offset length()-2 in the resulting sequence, and so on.Binary[]Binary. split(int nSize)Split a Binary into an array of Binaries each of which does not exceed the specified size.BinaryAbstractByteSequence. toBinary()Returns a Binary object that holds the contents of this ByteSequence.BinaryBinary. toBinary()Return a new Binary object that holds the complete contents of this ReadBuffer.BinaryBinary. toBinary(int of, int cb)Return a Binary object that holds the specified portion of this ReadBuffer.BinaryBinaryWriteBuffer. toBinary()Returns a new Binary object that holds the complete contents of this WriteBuffer.BinaryByteSequence. toBinary()Returns a Binary object that holds the contents of this ByteSequence.static BinaryExternalizableHelper. toBinary(Object o)Write an object into a Binary object.static BinaryExternalizableHelper. toBinary(Object o, Serializer serializer)Write an object into a Binary object using the specified Serializer.static BinaryExternalizableHelper. toBinary(Object o, Serializer serializer, WriteBuffer buf)Write an object into a Binary object using the specified Serializer.static BinaryExternalizableHelper. toLiteBinary(ExternalizableLite o)Write an ExternalizableLite object into a Binary object.static BinaryExternalizableHelper. undecorate(Binary bin, int nId)Deprecated.as of Coherence 3.7.2Methods in com.tangosol.util that return types with arguments of type Binary Modifier and Type Method Description Iterator<Binary>BinaryLongMap. keys()Obtain an iterator of the keys stored in the map.Iterator<Binary>BinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>BinaryRadixTree. keys()Obtain an iterator of the keys stored in the map.Iterator<Binary>BinaryRadixTree. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.AbstractDelegateBinaryLongMap. keys()Obtain an iterator of the keys stored in the map.Iterator<Binary>MultiBinaryLongMap.AbstractDelegateBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.MaskedBinaryLongMap. keys()Obtain an iterator of the keys stored in the map.Iterator<Binary>MultiBinaryLongMap.MaskedBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. keys()Obtain an iterator of the keys stored in the map.Iterator<Binary>MultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.PrimaryBinaryLongMap. keys()Obtain an iterator of the keys stored in the map.Iterator<Binary>MultiBinaryLongMap.PrimaryBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.SafeBinaryLongMap. keys()Obtain an iterator of the keys stored in the map.Iterator<Binary>MultiBinaryLongMap.SafeBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Iterator<Binary>MultiBinaryLongMap.WrapperBinaryLongMap. keys()Obtain an iterator of the keys stored in the map.Iterator<Binary>MultiBinaryLongMap.WrapperBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)Obtain an iterator of the keys stored in the map whose correspondingEntrymatches the passedPredicate<Entry>.Methods in com.tangosol.util with parameters of type Binary Modifier and Type Method Description protected voidMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. addValue(Binary binKey, long lValueNew)Add the specified key to the BinaryLongMap, and associate the specified value with it in the primary BLM.BinaryBinary. concat(Binary bin)Concatenate the passed Binary onto this Binary.static BinaryExternalizableHelper. decorate(Binary bin, int nId, Binary binDecoration)Decorate the passed value with the specified decoration and return the resulting Binary.static BinaryExternalizableHelper. decorate(Binary bin, Binary[] abinDecorations)Deprecated.as of Coherence 3.7.2protected booleanMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. doPut(Binary binKey, long lValue, boolean fOnlyIfAbsent)booleanBinary. endsWith(Binary bin)Tests if this Binary object ends with the specified suffix.static <T> TExternalizableHelper. fromBinary(Binary bin)Read an object from a Binary object.static <T> TExternalizableHelper. fromBinary(Binary bin, Serializer serializer)Read an object from a Binary object using the specified Serializer.static <T> TExternalizableHelper. fromBinary(Binary bin, Serializer serializer, Remote.Function<ReadBuffer.BufferInput,ReadBuffer.BufferInput> supplier)Read an object from a Binary object using the specified Serializer.static <T> TExternalizableHelper. fromBinary(Binary bin, Serializer serializer, Remote.Function<ReadBuffer.BufferInput,ReadBuffer.BufferInput> supplier, Class<T> clazz)Read an object from a Binary object using the specified Serializer and expected class.static <T> TExternalizableHelper. fromBinary(Binary bin, Serializer serializer, Class<T> clazz)Read an object from a Binary object using the specified Serializer and expected class.static <T> TExternalizableHelper. fromBinary(Binary bin, ClassLoader loader)Read an object from a Binary object.longBinaryLongMap. get(Binary binKey)Find the specified key in the map and return the value associated with it.longBinaryRadixTree. get(Binary binKey)Find the specified key in the map and return the value associated with it.longMultiBinaryLongMap.AbstractDelegateBinaryLongMap. get(Binary binKey)Find the specified key in the map and return the value associated with it.longMultiBinaryLongMap.MaskedBinaryLongMap. get(Binary binKey)Find the specified key in the map and return the value associated with it.longMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. get(Binary binKey)Find the specified key in the map and return the value associated with it.longMultiBinaryLongMap.PrimaryBinaryLongMap. get(Binary binKey)Find the specified key in the map and return the value associated with it.longMultiBinaryLongMap.SafeBinaryLongMap. get(Binary binKey)Find the specified key in the map and return the value associated with it.longMultiBinaryLongMap.WrapperBinaryLongMap. get(Binary binKey)Find the specified key in the map and return the value associated with it.intUnsafe. getArrayOffset(Binary bin)Return the offset into theunderlying byte arrayfor the specified Binary.byte[]Unsafe. getByteArray(Binary bin)Return the underlying byte[] for the specified Binary.static BinaryExternalizableHelper. getDecoration(Binary bin, int nId)Deprecated.as of Coherence 3.7.2protected intMultiBinaryLongMap.AbstractDelegateBinaryLongMap. getSlot(Binary binKey)Return the slot index associated with the specified key.static BinaryExternalizableHelper. getUndecorated(Binary bin)Deprecated.as of Coherence 3.7.2intBinary. indexOf(Binary bin)Returns the offset within this Binary object of the first occurrence of the specified Binary.intBinary. indexOf(Binary bin, int ofFrom)Returns the offset within this Binary object of the first occurrence of the specified Binary, starting the search at the specified offset.static BinaryBinary. join(Binary[] aBinaries)Join an array of Binaries into a single Binary.voidMultiBinaryLongMap.BinaryLongMapListener. keyAdded(Binary binKey)A notification that the primary map has added a new Binary/long key/value mapping; this implicitly creates a new key/value mapping in each delegating map, with the value being 0L.voidMultiBinaryLongMap.PrimaryBinaryLongMap. keyAdded(Binary binKey)A notification that the primary map has added a new Binary/long key/value mapping; this implicitly creates a new key/value mapping in each delegating map, with the value being 0L.voidMultiBinaryLongMap.BinaryLongMapListener. keyRemoving(Binary binKey)A notification that the primary map is removing a Binary/long key/value mapping; this implies that the existing key/value mapping for the same Binary key in each delegating map is also being removed.voidMultiBinaryLongMap.PrimaryBinaryLongMap. keyRemoving(Binary binKey)A notification that the primary map is removing a Binary/long key/value mapping; this implies that the existing key/value mapping for the same Binary key in each delegating map is also being removed.intBinary. lastIndexOf(Binary bin)Returns the offset within this Binary object of the last occurrence of the specified Binary.intBinary. lastIndexOf(Binary bin, int ofFrom)Returns the offset within this Binary object of the last occurrence of the specified Binary, starting the search at the specified offset.voidNullImplementation.NullPofHandler. onOctetString(int iPos, Binary bin)Report that a octet string value has been encountered in the POF stream.voidBinaryLongMap. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.voidBinaryRadixTree. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.voidMultiBinaryLongMap.DelegatingBinaryLongMap. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.voidMultiBinaryLongMap.MaskedBinaryLongMap. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.voidMultiBinaryLongMap.PrimaryBinaryLongMap.CompressedPrimaryBinaryLongMap. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.voidMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.voidMultiBinaryLongMap.PrimaryBinaryLongMap. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.voidMultiBinaryLongMap.SafeBinaryLongMap. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.voidMultiBinaryLongMap.WrapperBinaryLongMap. put(Binary binKey, long lValue)Blindly store the passed value for the specified key, adding the key if it is not already in the map, or replacing the current value if the key is in the map.booleanBinaryLongMap. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanBinaryRadixTree. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanMultiBinaryLongMap.DelegatingBinaryLongMap. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanMultiBinaryLongMap.MaskedBinaryLongMap. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanMultiBinaryLongMap.PrimaryBinaryLongMap.CompressedPrimaryBinaryLongMap. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanMultiBinaryLongMap.PrimaryBinaryLongMap. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanMultiBinaryLongMap.SafeBinaryLongMap. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanMultiBinaryLongMap.WrapperBinaryLongMap. putIfAbsent(Binary binKey, long lValue)Store the passed value for the specified key, only if the key does not currently exist in the map.booleanBinary. regionMatches(int ofThis, Binary that, int ofThat, int cb)Tests if two Binary regions are equal.voidBinaryLongMap. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanBinaryLongMap. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.voidBinaryRadixTree. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanBinaryRadixTree. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.voidMultiBinaryLongMap.DelegatingBinaryLongMap. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanMultiBinaryLongMap.DelegatingBinaryLongMap. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.voidMultiBinaryLongMap.MaskedBinaryLongMap. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanMultiBinaryLongMap.MaskedBinaryLongMap. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.voidMultiBinaryLongMap.PrimaryBinaryLongMap.CompressedPrimaryBinaryLongMap. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanMultiBinaryLongMap.PrimaryBinaryLongMap.CompressedPrimaryBinaryLongMap. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.voidMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.voidMultiBinaryLongMap.PrimaryBinaryLongMap. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanMultiBinaryLongMap.PrimaryBinaryLongMap. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.voidMultiBinaryLongMap.SafeBinaryLongMap. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanMultiBinaryLongMap.SafeBinaryLongMap. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.voidMultiBinaryLongMap.WrapperBinaryLongMap. remove(Binary binKey)Blindly remove the specified Binary key from the map.booleanMultiBinaryLongMap.WrapperBinaryLongMap. remove(Binary binKey, long lValue)Remove the specified Binary key from the map iff it exists in the map and is associated with the specified value.static BinaryExternalizableHelper. removeIntDecoration(Binary bin)Deprecated.as of Coherence 3.7.2protected booleanMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. removeValue(Binary binKey, long lValue)Remove the specified key from the BinaryLongMap, optionally performing the operation only if the value currently associated with the key matches the passed "old" value.BinaryBinary. replace(Binary binOld, Binary binNew)Replace all occurrences of one specified Binary with another in this Binary object.booleanBinaryLongMap. replace(Binary binKey, long lValueOld, long lValueNew)Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.booleanBinaryRadixTree. replace(Binary binKey, long lValueOld, long lValueNew)Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.booleanMultiBinaryLongMap.DelegatingBinaryLongMap. replace(Binary binKey, long lValueOld, long lValueNew)Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.booleanMultiBinaryLongMap.MaskedBinaryLongMap. replace(Binary binKey, long lValueOld, long lValueNew)Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.booleanMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. replace(Binary binKey, long lValueOld, long lValueNew)Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.booleanMultiBinaryLongMap.PrimaryBinaryLongMap. replace(Binary binKey, long lValueOld, long lValueNew)Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.booleanMultiBinaryLongMap.SafeBinaryLongMap. replace(Binary binKey, long lValueOld, long lValueNew)Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.booleanMultiBinaryLongMap.WrapperBinaryLongMap. replace(Binary binKey, long lValueOld, long lValueNew)Store the passed "new" value for the specified key, only if the current value associated with the specified key is the same as the specified "old" value.BinaryBinary. replaceRegion(int of, int cb, Binary binNew)Replace a region within this Binary with another Binary.booleanBinary. startsWith(Binary bin)Tests if this Binary object starts with the specified prefix.booleanBinary. startsWith(Binary bin, int ofFrom)Tests if this Binary object starts with the specified prefix beginning a specified offset.static BinaryExternalizableHelper. undecorate(Binary bin, int nId)Deprecated.as of Coherence 3.7.2voidBinaryEntry. updateBinaryValue(Binary binValue)Update the binary value for this entry.voidBinaryEntry. updateBinaryValue(Binary binValue, boolean fSynthetic)Update the binary value for this entry.voidConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry. updateBinaryValue(Binary binValue)Update the binary value for this entry.voidConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry. updateBinaryValue(Binary binValue, boolean fSynthetic)Update the binary value for this entry.voidInvocableMapHelper.RoutingBinaryEntry. updateBinaryValue(Binary binValue)voidInvocableMapHelper.RoutingBinaryEntry. updateBinaryValue(Binary binValue, boolean fSynthetic)voidBinaryLongMap. visit(Binary binKey, BinaryLongMap.EntryVisitor visitor)Apply the specified visitor to the entry associated with the specified key, if the entry exists or may be added.voidBinaryRadixTree. visit(Binary binKey, BinaryLongMap.EntryVisitor visitor)Apply the specified visitor to the entry associated with the specified key, if the entry exists or may be added.voidMultiBinaryLongMap.AbstractDelegateBinaryLongMap. visit(Binary binKey, BinaryLongMap.EntryVisitor visitor)Apply the specified visitor to the entry associated with the specified key, if the entry exists or may be added.voidMultiBinaryLongMap.MaskedBinaryLongMap. visit(Binary binKey, BinaryLongMap.EntryVisitor visitor)Apply the specified visitor to the entry associated with the specified key, if the entry exists or may be added.voidMultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. visit(Binary binKey, BinaryLongMap.EntryVisitor visitor)Apply the specified visitor to the entry associated with the specified key, if the entry exists or may be added.voidMultiBinaryLongMap.PrimaryBinaryLongMap. visit(Binary binKey, BinaryLongMap.EntryVisitor visitor)Apply the specified visitor to the entry associated with the specified key, if the entry exists or may be added.voidMultiBinaryLongMap.SafeBinaryLongMap. visit(Binary binKey, BinaryLongMap.EntryVisitor visitor)Apply the specified visitor to the entry associated with the specified key, if the entry exists or may be added.voidMultiBinaryLongMap.WrapperBinaryLongMap. visit(Binary binKey, BinaryLongMap.EntryVisitor visitor)Apply the specified visitor to the entry associated with the specified key, if the entry exists or may be added.Constructors in com.tangosol.util with parameters of type Binary Constructor Description Binary(Binary that)Construct a Binary object from a Binary object.Constructor parameters in com.tangosol.util with type arguments of type Binary Constructor Description WrapperIterator(Iterator<Binary> iter)Construct a WrapperIterator.
-