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.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.bdb Contains Sleepycat Berkeley DB BinaryStore implementation classes.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 Contains basic cluster interfaces and factories.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 Binary
Randoms. getRandomBinary(int cbMin, int cbMax)
Generates a random-length Binary within the length bounds provided whose contents are random bytes.static Binary
Randoms. getRandomBinary(int cbMin, int cbMax, byte... abHead)
Generates a random-length Binary includingabHead
at 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_asyncNamedCache
TheAsyncNamedCache
that the request executes against.protected AsyncNamedCache<Binary,Binary>
CacheRequestHolder. f_asyncNamedCache
TheAsyncNamedCache
that the request executes against.protected Converter<Object,Binary>
RequestHolder.DownConverter. f_converter
protected Converter<Binary,Binary>
RequestHolder. m_converterDown
protected Converter<Binary,Binary>
RequestHolder. m_converterDown
protected Converter<Binary,Binary>
CacheRequestHolder. m_converterKeyDown
protected Converter<Binary,Binary>
CacheRequestHolder. m_converterKeyDown
protected Converter<Binary,Binary>
RequestHolder. m_converterUp
protected Converter<Binary,Binary>
RequestHolder. m_converterUp
Methods in com.oracle.coherence.grpc that return Binary Modifier and Type Method Description Binary
RequestHolder.DownConverter. convert(Binary binary)
Binary
RequestHolder.UpConverter. convert(Binary binary)
Binary
RequestHolder. convertDown(com.google.protobuf.ByteString bytes)
Convert theByteString
data serialized in the request format to aBinary
serialized in the cache's serialization format.Binary
RequestHolder. convertDown(Binary binary)
Binary
RequestHolder. convertDown(Supplier<com.google.protobuf.ByteString> supplier)
Convert theByteString
data serialized in the request format to aBinary
serialized in the cache's serialization format.Binary
CacheRequestHolder. convertKeyDown(com.google.protobuf.ByteString bytes)
Convert theByteString
data serialized in the request format to aBinary
key serialized in the cache's serialization format.Binary
CacheRequestHolder. convertKeyDown(Binary binary)
Binary
RequestHolder. convertUp(Binary binary)
static Binary
BinaryHelper. toBinary(com.google.protobuf.ByteString bytes)
Convert aByteString
to aBinary
.static Binary
BinaryHelper. toBinary(com.google.protobuf.BytesValue bytes)
Convert aBytesValue
to aBinary
.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 theAsyncNamedCache
that the request executes on.AsyncNamedCache<Binary,Binary>
CacheRequestHolder. getAsyncCache()
Obtain theAsyncNamedCache
that the request executes on.NamedCache<Binary,Binary>
CacheRequestHolder. getCache()
Obtain theNamedCache
that the request executes on.NamedCache<Binary,Binary>
CacheRequestHolder. getCache()
Obtain theNamedCache
that the request executes on.Methods in com.oracle.coherence.grpc with parameters of type Binary Modifier and Type Method Description Binary
RequestHolder.DownConverter. convert(Binary binary)
Binary
RequestHolder.UpConverter. convert(Binary binary)
Binary
RequestHolder. convertDown(Binary binary)
Binary
CacheRequestHolder. convertKeyDown(Binary binary)
Binary
RequestHolder. convertUp(Binary binary)
<T> T
RequestHolder. deserialize(Binary binary)
Obtain the deserializedBinary
value using the cache's serializer.com.google.protobuf.BytesValue
RequestHolder. deserializeToBytesValue(Binary binary)
Convert theBinary
serialized in the cache's serialization format to aBytesValue
serialized in the request's serialization format.static <T> T
BinaryHelper. fromBinary(Binary binary, Serializer serializer)
Deserialize a serializedBinary
.<T> T
RequestHolder. fromBinary(Binary binary)
Obtain the value deserialized from the specifiedBinary
using the cache's serializer.static com.google.protobuf.ByteString
BinaryHelper. toByteString(Binary binary)
Convert aBinary
to aByteString
.com.google.protobuf.ByteString
RequestHolder. toByteString(Binary binary)
Convert theBinary
serialized in the cache's serialization format to aByteString
serialized in the request's serialization format.static com.google.protobuf.BytesValue
BinaryHelper. toBytesValue(Binary binary)
Convert aBinary
to aBytesValue
.com.google.protobuf.BytesValue
RequestHolder. toBytesValue(Binary binary)
Convert theBinary
serialized in the cache's serialization format to aBytesValue
serialized in the request's serialization format.com.oracle.coherence.grpc.Entry
RequestHolder. toEntry(Binary binKey, Binary binValue)
static com.google.protobuf.ByteString
BinaryHelper. toKeyByteString(Binary bin, Object obj, Serializer serializer)
com.oracle.coherence.grpc.OptionalValue
RequestHolder. 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.EntryResult
RequestHolder. toEntryResult(Map.Entry<Binary,Binary> entry)
com.oracle.coherence.grpc.EntryResult
RequestHolder. 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_converter
Converter to handle the conversion casesMapListenerProxy.KeyConverter.f_holder
doesn't cover.Methods in com.oracle.coherence.grpc.proxy that return Binary Modifier and Type Method Description Binary
MapListenerProxy.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 theContainsEntryRequest
request and return aCompletionStage
that will complete when theAsyncNamedCache
request completes and will contain aCacheRequestHolder
holding 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 aGetAllRequest
from 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 theGetRequest
request and return aCompletionStage
that will complete when theAsyncNamedCache
request completes and will contain aCacheRequestHolder
holding the result of theGetRequest
request 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 theInvokeRequest
request and return aCompletionStage
that will complete when theAsyncNamedCache
request completes and will contain aCacheRequestHolder
holding the result of theInvokeRequest
request as a serialized Boolean.protected CompletableFuture<Binary>
NamedCacheServiceImpl. remove(CacheRequestHolder<com.oracle.coherence.grpc.RemoveRequest,Void> holder)
Execute aRemoveRequest
request.protected CompletableFuture<Binary>
NamedCacheServiceImpl. replace(CacheRequestHolder<com.oracle.coherence.grpc.ReplaceRequest,Void> holder)
Execute aReplaceRequest
request.protected CompletableFuture<Binary>
NamedCacheServiceImpl. replaceMapping(CacheRequestHolder<com.oracle.coherence.grpc.ReplaceMappingRequest,Void> holder)
Execute aReplaceMappingRequest
request.Methods in com.oracle.coherence.grpc.proxy with parameters of type Binary Modifier and Type Method Description protected com.google.protobuf.BoolValue
NamedCacheServiceImpl. toBoolValue(Binary binary, Serializer serializer)
Deserialize aBinary
to 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 Void
ResponseHandlers. 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 Void
ResponseHandlers. 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 Void
ResponseHandlers. 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 Void
ResponseHandlers. 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 Void
ResponseHandlers. 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 Void
ResponseHandlers. 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 Void
ResponseHandlers. 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 Void
ResponseHandlers. 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 Void
ResponseHandlers. handleStream(RequestHolder<?,? extends Iterable<Binary>> holder, Throwable err, io.grpc.stub.StreamObserver<com.google.protobuf.BytesValue> observer)
static void
ResponseHandlers. 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 void
ResponseHandlers. 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 void
ResponseHandlers. 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 void
ResponseHandlers. 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 void
MapListenerProxy. onFilterRequest(com.oracle.coherence.grpc.MapListenerRequest request, MapTrigger<Binary,Binary> trigger)
Invoked whenMapListenerRequest.RequestType
isKEY
.protected void
MapListenerProxy. onFilterRequest(com.oracle.coherence.grpc.MapListenerRequest request, MapTrigger<Binary,Binary> trigger)
Invoked whenMapListenerRequest.RequestType
isKEY
.protected CompletionStage<com.google.protobuf.Empty>
NamedCacheServiceImpl. partitionedPutAll(CacheRequestHolder<com.oracle.coherence.grpc.PutAllRequest,Void> holder, Map<Binary,Binary> map)
Perform aputAll
operation 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 aputAll
operation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>
NamedCacheServiceImpl. plainPutAll(AsyncNamedCache<Binary,Binary> cache, Map<Binary,Binary> map, long cMillis)
Perform aputAll
operation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>
NamedCacheServiceImpl. plainPutAll(AsyncNamedCache<Binary,Binary> cache, Map<Binary,Binary> map, long cMillis)
Perform aputAll
operation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>
NamedCacheServiceImpl. plainPutAll(AsyncNamedCache<Binary,Binary> cache, Map<Binary,Binary> map, long cMillis)
Perform aputAll
operation on a partitioned cache.protected CompletionStage<com.google.protobuf.Empty>
NamedCacheServiceImpl. plainPutAll(AsyncNamedCache<Binary,Binary> cache, Map<Binary,Binary> map, long cMillis)
Perform aputAll
operation 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 Binary
BinaryMarshaller. 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 void
BinaryMarshaller. 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 Binary
StaticContent. m_binContent
Methods in com.tangosol.coherence.rest.util that return Binary Modifier and Type Method Description Binary
StaticContent. 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.io
Fields in com.tangosol.io declared as Binary Modifier and Type Field Description protected static Binary
DecorationOnlyDeltaCompressor. BIN_DECO_ONLY
A place-holder Binary value used by the compressor to indicate a decoration-only update.protected static Binary
AsyncBinaryStore. DELETED
A special token that is used to signify a queued erase operation.protected static Binary
BinaryDeltaCompressor. DELTA_TRUNCATE
A delta value that indicates an empty new value.protected Binary
SimpleEvolvable. m_binFutureData
Future data.static Binary
AbstractReadBuffer. NO_BINARY
An empty Binary object.static Binary
AbstractWriteBuffer. NO_BINARY
An empty Binary object.protected static Binary
BinaryDeltaCompressor. NO_BINARY
An empty Binary object.Methods in com.tangosol.io that return Binary Modifier and Type Method Description Binary
AbstractEvolvable. getFutureData()
Return all the unknown remainder of the data stream from which this object was deserialized.Binary
Evolvable. getFutureData()
Return all the unknown remainder of the data stream from which this object was deserialized.Binary
SimpleEvolvable. getFutureData()
Return all the unknown remainder of the data stream from which this object was deserialized.abstract Binary
AbstractBinaryStore. 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.Binary
AsyncBinaryStore. 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.Binary
BinaryStore. 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.Binary
AbstractByteArrayReadBuffer. toBinary()
Return a new Binary object that holds the complete contents of this ReadBuffer.Binary
AbstractByteArrayReadBuffer. toBinary(int of, int cb)
Return a Binary object that holds the specified portion of this ReadBuffer.Binary
AbstractReadBuffer. toBinary()
Return a new Binary object that holds the complete contents of this ReadBuffer.Binary
AbstractReadBuffer. toBinary(int of, int cb)
Return a Binary object that holds the specified portion of this ReadBuffer.Binary
AbstractWriteBuffer. toBinary()
Returns a new Binary object that holds the complete contents of this WriteBuffer.Binary
ByteArrayWriteBuffer. toBinary()
Returns a new Binary object that holds the complete contents of this WriteBuffer.Binary
DelegatingWriteBuffer. toBinary()
Returns a new Binary object that holds the complete contents of this WriteBuffer.Binary
MultiBufferReadBuffer. toBinary(int of, int cb)
Return a Binary object that holds the specified portion of this ReadBuffer.Binary
MultiBufferWriteBuffer. toBinary()
Returns a new Binary object that holds the complete contents of this WriteBuffer.Binary
ReadBuffer. toBinary()
Return a new Binary object that holds the complete contents of this ReadBuffer.Binary
ReadBuffer. toBinary(int of, int cb)
Return a Binary object that holds the specified portion of this ReadBuffer.Binary
WriteBuffer. 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 boolean
BinaryStore.KeySetAware. containsKey(Binary binKey)
Return true iff this BinaryStore contains a mapping for the specified key.void
AbstractBinaryStore. erase(Binary binKey)
Remove the specified key from the underlying store if present.void
AsyncBinaryStore. erase(Binary binKey)
Remove the specified key from the underlying store if present.void
BinaryStore. erase(Binary binKey)
Remove the specified key from the underlying store if present.abstract Binary
AbstractBinaryStore. 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.Binary
AsyncBinaryStore. 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.Binary
BinaryStore. 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 void
AsyncBinaryStore.QueueDaemon. processPending(Binary binKey, Binary binValue)
Store the specified value under the specific key in the underlying store, or if the value isAsyncBinaryStore.DELETED
then erase the value from the underlying store.void
AbstractEvolvable. setFutureData(Binary binFuture)
Store the unknown remainder of the data stream from which this object is being deserialized.void
Evolvable. setFutureData(Binary binFuture)
Store the unknown remainder of the data stream from which this object is being deserialized.void
SimpleEvolvable. setFutureData(Binary binFutureData)
Store the unknown remainder of the data stream from which this object is being deserialized.void
AbstractBinaryStore. store(Binary binKey, Binary binValue)
Store the specified value under the specific key in the underlying store.void
AsyncBinaryStore. store(Binary binKey, Binary binValue)
Store the specified value under the specific key in the underlying store.void
BinaryStore. 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 Binary
BerkeleyDBBinaryStore. 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 void
BerkeleyDBBinaryStore. erase(Binary binKey)
Remove the specified key from the underlying store if present.Binary
BerkeleyDBBinaryStore. 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.void
BerkeleyDBBinaryStore. store(Binary binKey, Binary binValue)
Store the specified value under the specific key in the underlying store. -
Uses of Binary in com.tangosol.io.nio
Methods in com.tangosol.io.nio that return Binary Modifier and Type Method Description protected static Binary
BinaryMap. bin(String s)
Internal debugging support: Turn a String into a Binary.Binary
BinaryMap.Block. getKey()
Get the Entry key in the block, lazy loading it if necessary.Binary
BinaryMap.Block. getValue()
Get the Entry value in the block, lazy loading it if necessary.Binary
BinaryMapStore. 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.Binary
ByteBufferReadBuffer. toBinary(int of, int cb)
Return a Binary object that holds the specified portion of this ReadBuffer.Binary
ByteBufferWriteBuffer. 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 void
BinaryMapStore. erase(Binary binKey)
Remove the specified key from the underlying store if present.protected BinaryMap.Block
BinaryMap. findEntryBlock(Binary binKey)
Find the Entry block with the specified key.protected BinaryMap.Entry
BinaryMap. instantiateEntry(Binary binKey, Binary binValue)
Factory pattern: Instantiate an Entry object.Binary
BinaryMapStore. 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.void
BinaryMap.Block. setKey(Binary bin)
Update the Entry key in the block.void
BinaryMap.Block. setValue(Binary bin)
Update the Entry value in the block.void
BinaryMapStore. 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 Binary
PofHelper. BINARY_EMPTY
An empty Binary value.Methods in com.tangosol.io.pof that return Binary Modifier and Type Method Description Binary
RawQuad. getBits()
Obtain the raw binary form of the 128-bit float.Binary
PofDeltaCompressor.ChangeTracker. getDelta()
Obtain the final delta result as a Binary value.Binary
PofBufferReader. readBinary(int iProp)
Read a Binary from the POF stream.protected static Binary
PofBufferReader. readBinary(ReadBuffer.BufferInput in)
Read a Binary object from the specified BufferInput in an optimal way, depending on the existence of an enclosing ReadBuffer.Binary
PofReader. readBinary(int iProp)
Read a Binary from the POF stream.Binary
PofBufferReader. readRemainder()
Read all remaining indexed properties of the current user type from the POF stream.Binary
PofBufferReader.UserTypeReader. readRemainder()
Read all remaining indexed properties of the current user type from the POF stream.Binary
PofReader. 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 void
AbstractPofHandler. onOctetString(int iPos, Binary bin)
Report that a octet string value has been encountered in the POF stream.void
DuplexingPofHandler. onOctetString(int iPos, Binary bin)
Report that a octet string value has been encountered in the POF stream.void
LoggingPofHandler. onOctetString(int iPos, Binary bin)
Report that a octet string value has been encountered in the POF stream.void
PofHandler. onOctetString(int iPos, Binary bin)
Report that a octet string value has been encountered in the POF stream.void
ValidatingPofHandler. onOctetString(int iPos, Binary bin)
Report that a octet string value has been encountered in the POF stream.void
WritingPofHandler. onOctetString(int iPos, Binary bin)
Report that a octet string value has been encountered in the POF stream.void
PofBufferWriter. writeBinary(int iProp, Binary bin)
Write aBinary
property to the POF stream.void
PofWriter. writeBinary(int iProp, Binary bin)
Write aBinary
property to the POF stream.void
PofBufferWriter.UserTypeWriter. writeRemainder(Binary binProps)
Write the remaining properties to the POF stream, terminating the writing of the current user type.void
PofBufferWriter. writeRemainder(Binary binProps)
Write the remaining properties to the POF stream, terminating the writing of the current user type.void
PofWriter. 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 Binary
AbstractPofValue. applyChanges()
Apply all the changes that were made to this value and return a binary representation of the new value.Binary
PofValue. 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
Methods in com.tangosol.net that return types with arguments of type Binary Modifier and Type Method Description <V> Converter<V,Binary>
PartitionedService. instantiateKeyToBinaryConverter(ClassLoader loader, boolean fPassThrough)
-
Uses of Binary in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as Binary Modifier and Type Field Description protected static Binary
ReadWriteBackingMap. BIN_STORE_PENDING
The binary form of the decoration indicating that the CacheStore on the primary member has not yet written the value.protected Binary
BackingMapBinaryEntry. m_binKey
The Binary key.protected Binary
BackingMapBinaryEntry. m_binValue
The Binary value.protected Binary
BackingMapBinaryEntry. m_binValueOrig
The original Binary value.protected static Binary
ReadWriteBackingMap. REMOVED
Marker object used byReadWriteBackingMap.Entry
to indicateremove
was called on the Entry.Methods in com.tangosol.net.cache that return Binary Modifier and Type Method Description Binary
BackingMapBinaryEntry. getBinaryKey()
Return a raw binary key for this entry.Binary
BackingMapBinaryEntry. getBinaryValue()
Return a raw binary value for this entry.Binary
ReadWriteBackingMap.Entry. getChangedBinaryValue()
Return the Binary value changed by the BinaryEntryStore.Binary
BackingMapBinaryEntry. getOriginalBinaryValue()
Return a raw original binary value for this entry.Binary
SerializationPagedCache.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.Binary
SerializationPagedCache.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.Binary
SerializationPagedCache.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 Binary
BinaryStoreCacheStore. toBinary(Object o)
Translate the passed Object object into an Binary object.protected Binary
SerializationMap. toBinary(Object o)
Translate the passed Object object into an Binary object.protected Binary
SimpleSerializationMap. toBinary(Object o)
Translate the passed Object object into an Binary object.protected Binary
ContinuousQueryCache. 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 boolean
ReadWriteBackingMap.WriteQueue. accelerateEntryRipe(Binary binKey)
Move the ripe time for the queued entry up to accelerate the store operation.void
SerializationPagedCache.FakeBinaryStore. erase(Binary binKey)
Remove the specified key from the underlying store if present.void
SerializationPagedCache.PagedBinaryStore. erase(Binary binKey)
Remove the specified key from the underlying store if present.void
SerializationPagedCache.WrapperBinaryStore. erase(Binary binKey)
Remove the specified key from the underlying store if present.protected Object
BinaryStoreCacheStore. fromBinary(Binary bin)
Translate the passed Binary object into an Object object.protected Object
SerializationMap. fromBinary(Binary bin)
Translate the passed Binary object into an Object object.protected Object
SimpleSerializationMap. fromBinary(Binary bin)
Translate the passed Binary object into an Object object.Binary
SerializationPagedCache.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.Binary
SerializationPagedCache.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.Binary
SerializationPagedCache.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 void
SerializationCache. registerKey(Object oKey, Binary binKey, Binary binValue)
Register a new key for the SerializationMap.protected void
SerializationCache. registerKey(Object oKey, Binary binKey, Binary binValue, int cMillis)
Register a new key for the SerializationMap.protected void
SerializationMap. registerKey(Object oKey, Binary binKey, Binary binValue)
Register a new key for the SerializationMap.void
SerializationPagedCache.FakeBinaryStore. store(Binary binKey, Binary binValue)
Store the specified value under the specific key in the underlying store.void
SerializationPagedCache.PagedBinaryStore. store(Binary binKey, Binary binValue)
Store the specified value under the specific key in the underlying store.void
SerializationPagedCache.WrapperBinaryStore. store(Binary binKey, Binary binValue)
Store the specified value under the specific key in the underlying store.void
BackingMapBinaryEntry. updateBinaryValue(Binary binValue)
Update the binary value for this entry.void
BackingMapBinaryEntry. updateBinaryValue(Binary binValue, boolean fSynthetic)
Update the binary value for this entry.void
ReadWriteBackingMap.Entry. updateBinaryValue(Binary binValue)
Update the binary value for this entry.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. -
Uses of Binary in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return Binary Modifier and Type Method Description Binary
Subscriber.Element. getBinaryValue()
Returns the element's value in serialized form.Binary
TopicPublisherException. getBinaryValue()
Returns the value that failed to be published in serializedBinary
format.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 int
BinaryElementCalculator. calculateUnits(Binary binElement)
int
FixedElementCalculator. calculateUnits(Binary binElement)
int
NamedTopic.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 Binary
CachePersistenceHelper. readQuorumRaw(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store)
Read the membership information in Binary format from the "META" extent.static Binary
CachePersistenceHelper. 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 ReadBuffer
CachePersistenceHelper. createIndexRegistrationKey(long lCacheId, Binary binExtractor)
Create a key representing an index registration.protected static ReadBuffer
CachePersistenceHelper. createListenerRegistrationKey(long lMemberId, long lCacheId, Binary binKey)
Create a key representing a cache listener registration.protected static ReadBuffer
CachePersistenceHelper. createLockRegistrationKey(long lHolderId, long lHolderThreadId, long lCacheId, Binary binKey)
Create a key representing a cache entry lock.protected static ReadBuffer
CachePersistenceHelper. createTriggerRegistrationKey(long lCacheId, Binary binTrigger)
Create a key representing an trigger registration.static void
CachePersistenceHelper. 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 void
CachePersistenceHelper. 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 void
CachePersistenceHelper. 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 void
CachePersistenceHelper. registerTrigger(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binTrigger, Object oToken)
Store the trigger registration in the specified persistent store.static void
CachePersistenceHelper. unregisterIndex(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binExtractor, Object oToken)
Clear the index registration from the specified persistent store.static void
CachePersistenceHelper. 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 void
CachePersistenceHelper. 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 void
CachePersistenceHelper. unregisterTrigger(com.oracle.coherence.persistence.PersistentStore<ReadBuffer> store, long lCacheId, Binary binTrigger, Object oToken)
Clear the trigger registration from the specified persistent store.boolean
AbstractPersistenceTools.StatsVisitor. visitCacheEntry(long lOldCacheId, Binary binKey, Binary binValue)
boolean
CachePersistenceHelper.Visitor. visitCacheEntry(long lOldCacheId, Binary binKey, Binary binValue)
Apply the visitor to the specified cache entry (key-value pair).boolean
AbstractPersistenceTools.StatsVisitor. visitIndex(long lOldCacheId, Binary binExtractor, Binary binComparator)
boolean
CachePersistenceHelper.Visitor. visitIndex(long lOldCacheId, Binary binExtractor, Binary binComparator)
Apply the visitor to the specified cache index.boolean
AbstractPersistenceTools.StatsVisitor. visitListener(long lOldCacheId, Binary binKey, long lListenerId, boolean fLite)
boolean
CachePersistenceHelper.Visitor. visitListener(long lOldCacheId, Binary binKey, long lListenerId, boolean fLite)
Apply the visitor to the specified cache entry listener.boolean
AbstractPersistenceTools.StatsVisitor. visitLock(long lOldCacheId, Binary binKey, long lHolderId, long lHolderThreadId)
boolean
CachePersistenceHelper.Visitor. visitLock(long lOldCacheId, Binary binKey, long lHolderId, long lHolderThreadId)
Apply the visitor to the specified cache entry lock.boolean
AbstractPersistenceTools.StatsVisitor. visitTrigger(long lOldCacheId, Binary binTrigger)
boolean
CachePersistenceHelper.Visitor. visitTrigger(long lOldCacheId, Binary binTrigger)
Apply the visitor to the specified trigger.static void
CachePersistenceHelper. 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 Binary
SimpleValue. getBinary()
Get the value as binary.Binary
SimpleValue. getBinary(Binary binDefault)
Get the value as binary.Binary
XmlValue. getBinary()
Get the value as binary.Binary
XmlValue. getBinary(Binary binDefault)
Get the value as binary.Methods in com.tangosol.run.xml with parameters of type Binary Modifier and Type Method Description Binary
SimpleValue. getBinary(Binary binDefault)
Get the value as binary.Binary
XmlValue. getBinary(Binary binDefault)
Get the value as binary.void
SimpleValue. setBinary(Binary binVal)
Set the binary value.void
XmlValue. 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 Binary
Binary. EMPTY
An empty Binary.static Binary[]
ExternalizableHelper. EMPTY_BINARY_ARRAY
An empty array of Binary objects.static Binary
Binary. FALSE
A Binary representation ofBoolean.FALSE
value.static Binary
Binary. TRUE
A Binary representation ofBoolean.TRUE
value.Methods in com.tangosol.util that return Binary Modifier and Type Method Description static Binary
ExternalizableHelper. asBinary(ReadBuffer buf)
Return a Binary representing the contents of the specified ReadBuffer, or null if the buffer is null.Binary
Binary. concat(Binary bin)
Concatenate the passed Binary onto this Binary.static Binary
ExternalizableHelper. decorate(Binary bin, int nId, Binary binDecoration)
Decorate the passed value with the specified decoration and return the resulting Binary.static Binary
ExternalizableHelper. decorate(Binary bin, Binary[] abinDecorations)
Deprecated.as of Coherence 3.7.2Binary
BinaryEntry. getBinaryKey()
Return a raw binary key for this entry.Binary
ConverterCollections.ConverterMapEvent.ConverterMapEventEntry. getBinaryKey()
Return a raw binary key for this entry.Binary
InvocableMapHelper.RoutingBinaryEntry. getBinaryKey()
Return a raw binary key for this entry.Binary
BinaryEntry. getBinaryValue()
Return a raw binary value for this entry.Binary
ConverterCollections.ConverterMapEvent.ConverterMapEventEntry. getBinaryValue()
Return a raw binary value for this entry.Binary
InvocableMapHelper.RoutingBinaryEntry. getBinaryValue()
Return an OriginalBinaryValue from the underlying entry.static Binary
ExternalizableHelper. getDecoration(Binary bin, int nId)
Deprecated.as of Coherence 3.7.2Binary
BinaryEntry. getOriginalBinaryValue()
Return a raw original binary value for this entry.Binary
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry. getOriginalBinaryValue()
Return a raw original binary value for this entry.Binary
InvocableMapHelper.RoutingBinaryEntry. getOriginalBinaryValue()
static Binary
Base. getRandomBinary(int cbMin, int cbMax)
Generates a random-length Binary within the length bounds provided whose contents are random bytes.static Binary
Base. getRandomBinary(int cbMin, int cbMax, byte... abHead)
Generates a random-length Binary includingabHead
at the head of the Binary, in addition to random bytes within the length bounds provided.static Binary
ExternalizableHelper. getUndecorated(Binary bin)
Deprecated.as of Coherence 3.7.2static Binary
Binary. join(Binary[] aBinaries)
Join an array of Binaries into a single Binary.Binary
Unsafe. newBinary(byte[] ab, int of, int cb)
Return a newBinary
instance backed by the specified byte[] beginning at the specified offset and of the specified length.static Binary
Binary. readBinary(DataInput input)
Read a Binary from the specified DataInput.static Binary
Binary. readBinary(DataInputStream in)
Read a Binary from the specified DataInputStream.static Binary
Binary. readBinary(File file)
Read a Binary from the specified File.static Binary
Binary. readBinary(InputStream in)
Read a Binary from the specified InputStream.static Binary
Binary. readBinary(InputStream in, int cb)
Read a Binary from the specified InputStream.static Binary
Binary. readBinary(URL url)
Read a Binary from the specified URL.static Binary
Binary. 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 Binary
ExternalizableHelper. removeIntDecoration(Binary bin)
Deprecated.as of Coherence 3.7.2Binary
Binary. replace(byte bOld, byte bNew)
Replace all occurrences of one specified byte with another in this Binary object.Binary
Binary. replace(Binary binOld, Binary binNew)
Replace all occurrences of one specified Binary with another in this Binary object.Binary
Binary. replaceRegion(int of, int cb, Binary binNew)
Replace a region within this Binary with another Binary.Binary
Binary. 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.Binary
AbstractByteSequence. toBinary()
Returns a Binary object that holds the contents of this ByteSequence.Binary
Binary. toBinary()
Return a new Binary object that holds the complete contents of this ReadBuffer.Binary
Binary. toBinary(int of, int cb)
Return a Binary object that holds the specified portion of this ReadBuffer.Binary
BinaryWriteBuffer. toBinary()
Returns a new Binary object that holds the complete contents of this WriteBuffer.Binary
ByteSequence. toBinary()
Returns a Binary object that holds the contents of this ByteSequence.static Binary
ExternalizableHelper. toBinary(Object o)
Write an object into a Binary object.static Binary
ExternalizableHelper. toBinary(Object o, Serializer serializer)
Write an object into a Binary object using the specified Serializer.static Binary
ExternalizableHelper. toBinary(Object o, Serializer serializer, WriteBuffer buf)
Write an object into a Binary object using the specified Serializer.static Binary
ExternalizableHelper. toLiteBinary(ExternalizableLite o)
Write an ExternalizableLite object into a Binary object.static Binary
ExternalizableHelper. undecorate(Binary bin, int nId)
Deprecated.as of Coherence 3.7.2Methods in com.tangosol.util with parameters of type Binary Modifier and Type Method Description Binary
Binary. concat(Binary bin)
Concatenate the passed Binary onto this Binary.static Binary
ExternalizableHelper. decorate(Binary bin, int nId, Binary binDecoration)
Decorate the passed value with the specified decoration and return the resulting Binary.static Binary
ExternalizableHelper. decorate(Binary bin, Binary[] abinDecorations)
Deprecated.as of Coherence 3.7.2boolean
Binary. endsWith(Binary bin)
Tests if this Binary object ends with the specified suffix.static <T> T
ExternalizableHelper. fromBinary(Binary bin)
Read an object from a Binary object.static <T> T
ExternalizableHelper. fromBinary(Binary bin, Serializer serializer)
Read an object from a Binary object using the specified Serializer.static <T> T
ExternalizableHelper. 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> T
ExternalizableHelper. 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> T
ExternalizableHelper. fromBinary(Binary bin, Serializer serializer, Class<T> clazz)
Read an object from a Binary object using the specified Serializer and expected class.static <T> T
ExternalizableHelper. fromBinary(Binary bin, ClassLoader loader)
Read an object from a Binary object.int
Unsafe. getArrayOffset(Binary bin)
Return the offset into theunderlying byte array
for the specified Binary.byte[]
Unsafe. getByteArray(Binary bin)
Return the underlying byte[] for the specified Binary.static Binary
ExternalizableHelper. getDecoration(Binary bin, int nId)
Deprecated.as of Coherence 3.7.2static Binary
ExternalizableHelper. getUndecorated(Binary bin)
Deprecated.as of Coherence 3.7.2int
Binary. indexOf(Binary bin)
Returns the offset within this Binary object of the first occurrence of the specified Binary.int
Binary. 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 Binary
Binary. join(Binary[] aBinaries)
Join an array of Binaries into a single Binary.int
Binary. lastIndexOf(Binary bin)
Returns the offset within this Binary object of the last occurrence of the specified Binary.int
Binary. 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.void
NullImplementation.NullPofHandler. onOctetString(int iPos, Binary bin)
Report that a octet string value has been encountered in the POF stream.boolean
Binary. regionMatches(int ofThis, Binary that, int ofThat, int cb)
Tests if two Binary regions are equal.static Binary
ExternalizableHelper. removeIntDecoration(Binary bin)
Deprecated.as of Coherence 3.7.2Binary
Binary. replace(Binary binOld, Binary binNew)
Replace all occurrences of one specified Binary with another in this Binary object.Binary
Binary. replaceRegion(int of, int cb, Binary binNew)
Replace a region within this Binary with another Binary.boolean
Binary. startsWith(Binary bin)
Tests if this Binary object starts with the specified prefix.boolean
Binary. startsWith(Binary bin, int ofFrom)
Tests if this Binary object starts with the specified prefix beginning a specified offset.static Binary
ExternalizableHelper. undecorate(Binary bin, int nId)
Deprecated.as of Coherence 3.7.2void
BinaryEntry. updateBinaryValue(Binary binValue)
Update the binary value for this entry.void
BinaryEntry. updateBinaryValue(Binary binValue, boolean fSynthetic)
Update the binary value for this entry.void
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry. updateBinaryValue(Binary binValue)
Update the binary value for this entry.void
ConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry. updateBinaryValue(Binary binValue, boolean fSynthetic)
Update the binary value for this entry.void
InvocableMapHelper.RoutingBinaryEntry. updateBinaryValue(Binary binValue)
void
InvocableMapHelper.RoutingBinaryEntry. updateBinaryValue(Binary binValue, boolean fSynthetic)
Constructors in com.tangosol.util with parameters of type Binary Constructor Description Binary(Binary that)
Construct a Binary object from a Binary object.
-