Interface ConnectionRequestOuterClass.ClientSideCacheOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCacheId()
      string cache_id = 1;
      com.google.protobuf.ByteString getCacheIdBytes()
      string cache_id = 1;
      boolean getEnableMetrics()
      bool enable_metrics = 5;
      long getEntryTtlMs()
      0 = no expiration
      ConnectionRequestOuterClass.EvictionPolicy getEvictionPolicy()
      optional .connection_request.EvictionPolicy eviction_policy = 4;
      int getEvictionPolicyValue()
      optional .connection_request.EvictionPolicy eviction_policy = 4;
      long getMaxCacheKb()
      uint64 max_cache_kb = 2;
      boolean hasEvictionPolicy()
      optional .connection_request.EvictionPolicy eviction_policy = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCacheId

        java.lang.String getCacheId()
        string cache_id = 1;
        Returns:
        The cacheId.
      • getCacheIdBytes

        com.google.protobuf.ByteString getCacheIdBytes()
        string cache_id = 1;
        Returns:
        The bytes for cacheId.
      • getMaxCacheKb

        long getMaxCacheKb()
        uint64 max_cache_kb = 2;
        Returns:
        The maxCacheKb.
      • getEntryTtlMs

        long getEntryTtlMs()
         0 = no expiration
         
        uint64 entry_ttl_ms = 3;
        Returns:
        The entryTtlMs.
      • hasEvictionPolicy

        boolean hasEvictionPolicy()
        optional .connection_request.EvictionPolicy eviction_policy = 4;
        Returns:
        Whether the evictionPolicy field is set.
      • getEvictionPolicyValue

        int getEvictionPolicyValue()
        optional .connection_request.EvictionPolicy eviction_policy = 4;
        Returns:
        The enum numeric value on the wire for evictionPolicy.
      • getEnableMetrics

        boolean getEnableMetrics()
        bool enable_metrics = 5;
        Returns:
        The enableMetrics.